diff --git a/config.php b/config.php index b1e487abd..70627fb5c 100644 --- a/config.php +++ b/config.php @@ -17,7 +17,7 @@ $remote_user = preg_replace( '/[^a-zA-Z0-9_-]/', '', $remote_user); $user_config_file = 'config_local.' . $remote_user . '.php'; if (file_exists(dirname(__FILE__) . '/' . $user_config_file) && (php_sapi_name() !== 'cli')) { - require_once dirname(__FILE__) . '/' . $user_config_file; + require dirname(__FILE__) . '/' . $user_config_file; } if(!is_null($config['cops_basic_authentication']) &&