Skip to content

Commit

Permalink
Update Config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
velocity23 committed Jul 9, 2021
1 parent 40b2aba commit 939bb49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/app/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public static function get($path)

if (!array_key_exists('config', $GLOBALS) && $path[0] != 'mysql') {
return self::getFromDb(implode('/', $path));
} elseif ($path[0] == 'mysql') {
return '';
}

$config = $GLOBALS['config'];
Expand Down

0 comments on commit 939bb49

Please sign in to comment.