index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-22 11:03:08 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-22 11:03:52 +0200 |
commit | 46cb0d7a2f743092d5834fb96972befff29fe2a7 (patch) | |
tree | e8d269079b6506e1a8ed85694f7dc03574a00bf5 /lib | |
parent | eeed41b1626045266c3f5656e616cc41de935d8c (diff) |
-rw-r--r-- | lib/style.php | 2 |
diff --git a/lib/style.php b/lib/style.php index 7e14042..f0af64d 100644 --- a/lib/style.php +++ b/lib/style.php @@ -1,6 +1,6 @@ <?php -if (function_exists(print_header)) +if (function_exists("print_header")) return; include "lib/mysql.php"; |