Till Brehm
2016-06-16 ffedcb9a80e8a3ff375993fc349d9ce969a1a4d7
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.');