mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-04-03 18:18:37 -04:00
fix policy.php
This commit is contained in:
parent
236e1b1145
commit
44f67a28f7
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user