summaryrefslogtreecommitdiff
path: root/favicon.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-11-07 08:04:56 -0500
committerlolcat <will@lolcat.ca>2023-11-07 08:04:56 -0500
commit785452873f0ee0a27fc157b482b7551560f0282d (patch)
tree4c70e240031ed3868425ca683c83ebfd378a9159 /favicon.php
parent64b090ee058953aed2246967332c7f0b6623cd8f (diff)
fix typo
Diffstat (limited to 'favicon.php')
-rw-r--r--favicon.php1
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{