enabled) { if ( ! ( $isinvited && isset($oldid) && !empty($oldid) && $oldid==2000) ) { // Allow sub admins $msg->raise('Error', "admin", _("This page is restricted to authorized staff")); echo $msg->msg_html_all(); exit(); } } if (! isset($L_INOTIFY_UPDATE_DOMAIN)) { $msg->raise('Error', "admin", _("Missing INOTIFY_UPDATE_DOMAIN var in /etc/alternc/local.sh . Fix it!")); echo $msg->msg_html_all(); die(); } touch($L_INOTIFY_UPDATE_DOMAIN); Header('Location: /main.php'); ?>