summaryrefslogtreecommitdiff
path: root/packages/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/index.php')
-rw-r--r--packages/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/index.php b/packages/index.php
index cd1413d..bb59503 100644
--- a/packages/index.php
+++ b/packages/index.php
@@ -1,7 +1,9 @@
<?php
+require "../init.php";
+
+require BASE . "/lib/mysql.php";
+require BASE . "/lib/style.php";
- include "lib/mysql.php";
- include "lib/style.php";
foreach (array("bugs","sort","del") as $expected_param)
if (! isset($_GET[$expected_param]))