From ee227b8d486b9d465d03d3c30b61c276c1d08956 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:20:02 +0200 Subject: [PATCH] Create config.php --- conf/config.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conf/config.php 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] +//); +?>