Till Brehm
2016-04-12 c92a4ee47ce5a7bb6b0e32a321ce09fece3e11dc
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.');