index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/style.php | 3 |
diff --git a/lib/style.php b/lib/style.php index 4b6439b..8b84e0e 100644 --- a/lib/style.php +++ b/lib/style.php @@ -3,7 +3,8 @@ if (function_exists("print_header")) return; -require "lib/mysql.php"; +require_once "../init.php" +require_once BASE . "/lib/mysql.php"; function print_header($title) { ?> |