index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/to-delete.php | 4 |
diff --git a/buildmaster/to-delete.php b/buildmaster/to-delete.php index da9ded9..8a7b7ef 100644 --- a/buildmaster/to-delete.php +++ b/buildmaster/to-delete.php @@ -1,6 +1,6 @@ <?php - - include "lib/mysql.php"; +require "../init.php"; +require BASE . "/lib/mysql.php"; $result = mysql_run_query( "SELECT " . |