1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00

Delete config.php

This commit is contained in:
Stylix58 2021-03-30 21:01:11 +02:00 committed by GitHub
parent 1b47ee7b15
commit d4cdec3d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +0,0 @@
<?php
// Load ICEcoders Settings class from wherever you are and set as $icSettings
require "../conf/icecoder_settings.php";
$icSettings = new \ICEcoder\Settings();
// Load the global settings
$ICEcoderSettings = $icSettings->getConfigGlobalSettings();
print_r(getConfigUsersTemplate());
// Update the loginRequired setting to false
//$icSettings->updateConfigGlobalSettings(
// ["loginRequired" => false]
//);
?>