diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/style.php b/lib/style.php index 6911bdd..4b6439b 100644 --- a/lib/style.php +++ b/lib/style.php @@ -3,7 +3,7 @@ if (function_exists("print_header")) return; -include "lib/mysql.php"; +require "lib/mysql.php"; function print_header($title) { ?> |