Gros doigts powa.

This commit is contained in:
Alan Garcia 2014-03-26 13:44:24 +00:00
parent 0bf6596466
commit 28675a2973
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ require_once ALTERNC_PANEL."/class/functions.php";
// General variables setup
// *********************
if(is_readable('local.sh')){
$configFile = file_get_contents('local.sh';
$configFile = file_get_contents('local.sh');
} else if(is_readable('local.sh_generic')){
$configFile = file_get_contents('local.sh_generic');
} else {