Till Brehm
2014-08-14 9edea9976bd605071e0694a90d704266c0b7e0f9
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.');