mobmash.click/html/privacy/index.php
2024-08-04 20:56:55 +02:00

10 lines
No EOL
219 B
PHP

<?php
require_once __DIR__ . '/../../core.php';
$title = "MobMash - Privacy Notice";
$content = function () {
require __DIR__ . '/../../view/pages/privacy.php';
};
require_once __DIR__ . '/../../view/layout.php';