simpub/p/privacy-controls.php
Markus Koch ff07893501 Add privacy control options
This prevents the automatic loading of external content
unless the user explicitly requests it.
2018-05-30 19:24:30 +02:00

5 lines
81 B
PHP

<?php
if (!isset($CMS_ACTIVE)) exit();
require_once "privacy-controls.php";
?>