diff options
Diffstat (limited to 'favicon.php')
-rw-r--r-- | favicon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/favicon.php b/favicon.php index dadb923..2a31839 100644 --- a/favicon.php +++ b/favicon.php @@ -6,6 +6,7 @@ if(!isset($_GET["s"])){ die(); } +include "data/config.php"; new favicon($_GET["s"]); class favicon{ |