From 28675a2973ee0b9cfdc3ff4a8bbe4775d24763a4 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Wed, 26 Mar 2014 13:44:24 +0000 Subject: [PATCH] Gros doigts powa. --- phpunit/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/bootstrap.php b/phpunit/bootstrap.php index 4f25b2e2..37523562 100644 --- a/phpunit/bootstrap.php +++ b/phpunit/bootstrap.php @@ -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 {