Updated:Show all Notifications and it's settings,
This commit is contained in:
parent
cdf1e5d383
commit
9bf23b20ff
1 changed files with 3 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Reference in a new issue