diff --git a/conf/config.php b/conf/config.php deleted file mode 100644 index 909039c..0000000 --- a/conf/config.php +++ /dev/null @@ -1,15 +0,0 @@ -getConfigGlobalSettings(); - -print_r(getConfigUsersTemplate()); - -// Update the loginRequired setting to false -//$icSettings->updateConfigGlobalSettings( -// ["loginRequired" => false] -//); -?>