fix policy.php

This commit is contained in:
Tealk 2021-03-19 11:27:57 +01:00
parent 236e1b1145
commit 44f67a28f7
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
<?php
require_once("template.php");
require_once("config.php");
require_once("template.php");
require_once("classes/constellation.php");
require_once("classes/db-class.php");
$db = new SSDB();
define("WEB_URL", $db->getSetting($mysqli, "url"));
Template::render_header("Privacy Policy");
echo "<h1>" . _("Privacy Policy") . "</h1>";