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