squashme: fix code style issue
This commit is contained in:
@@ -102,7 +102,7 @@ class Configuration
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$config = array();
|
$config = array();
|
||||||
$basePath = PATH. 'cfg' . DIRECTORY_SEPARATOR;
|
$basePath = PATH . 'cfg' . DIRECTORY_SEPARATOR;
|
||||||
$configIni = $basePath . 'conf.ini';
|
$configIni = $basePath . 'conf.ini';
|
||||||
|
|
||||||
if (getenv('CONFIG_PATH') !== false) {
|
if (getenv('CONFIG_PATH') !== false) {
|
||||||
|
|||||||
Reference in New Issue
Block a user