From 8a20b43f6d87874f9e0df95c645d388b1f266c09 Mon Sep 17 00:00:00 2001 From: kamishetty sreeja Date: Thu, 14 Jul 2016 13:49:38 +0530 Subject: Added Feature Admin Settings Page --- public/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 08bbaead..0d7eb782 100644 --- a/public/index.php +++ b/public/index.php @@ -133,6 +133,9 @@ if (isset($_REQUEST['p']) && preg_match("/^[a-z0-9_]*$/i", $_REQUEST['p']) && (i } elseif ($p == "admin_log") { $title = admin_log_title(); $content = admin_log(); + } elseif ($p == "admin_settings") { + $title = admin_settings_title(); + $content = admin_settings(); } elseif ($p == "credits") { require_once realpath(__DIR__ . '/../includes/pages/guest_credits.php'); $title = credits_title(); -- cgit v1.2.3-54-g00ecf