mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
10 lines
No EOL
219 B
PHP
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'; |