From a9ced5f624032b1c32b4ab6b473f1c7c8b4abcdb Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Sun, 1 Dec 2013 20:50:41 -0500 Subject: [PATCH] Added config.json similar to that of pwnwiki --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..991805e --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "title": "KaliWiki" + "useSideMenu": true, + "additionalFooterText": "All content and images © by Pwn Wiki Team", +}