From 39940e43742e296c71001abe4cdd574c2e9a716d Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Sun, 1 Dec 2013 02:33:38 -0500 Subject: [PATCH] as per docs, faster load if config.json is present --- config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..a3c37ca --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "useSideMenu": true, + "additionalFooterText": "All content and images © by Pwn Wiki Team", +}