mobmash.click/html/privacy/index.php

10 lines
219 B
PHP
Raw Permalink Normal View History

2024-08-04 18:56:55 +00:00
<?php
require_once __DIR__ . '/../../core.php';
$title = "MobMash - Privacy Notice";
$content = function () {
require __DIR__ . '/../../view/pages/privacy.php';
};
require_once __DIR__ . '/../../view/layout.php';