diff options
Diffstat (limited to 'buildmaster/index.php')
-rw-r--r-- | buildmaster/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildmaster/index.php b/buildmaster/index.php index 0bd1e55..04ddca6 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -1,6 +1,6 @@ <?php -require "../init.php"; -require BASE . "/lib/mysql.php"; +require_once "../init.php"; +require_once BASE . "/lib/mysql.php"; ?> <html> |