Jesse Norell
2015-12-23 2c7813beca5e10b268e64736d2c791a1e7248c76
interface/web/admin/remote_user_edit.php
@@ -13,6 +13,9 @@
   die;
}
$app->auth->check_module_permissions('admin');
$app->auth->check_security_permissions('admin_allow_remote_users');
// Disable this function in demo mode
if($conf['demo_mode'] == true) $app->error('This function is disabled in demo mode.');