Updated:Show all Notifications and it's settings,

This commit is contained in:
IMRAN HASSAN 2014-02-24 12:11:54 +00:00
parent cdf1e5d383
commit 9bf23b20ff

View file

@ -7,9 +7,10 @@
***************************************************************
*/
require_once '../includes/admin_config.php';
$userquery->admin_login_check();
$pages->page_redir();
$userquery->login_check('video_moderation');
/* Assigning page and subpage */
if(!defined('MAIN_PAGE')){
@ -18,6 +19,7 @@ if(!defined('MAIN_PAGE')){
if(!defined('SUB_PAGE')){
define('SUB_PAGE', 'Notification settings');
}
$mode = $_GET['mode'];
if($_POST['update_notification'])