commit 336374cc89d24700dca53da9f9a62b02d65ee2ea
parent 190a97cbbd797b176ce454ab47485e45cc585f77
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Feb 2015 12:40:20 +0100
near
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/index.php b/index.php
@@ -1,7 +1,6 @@
<?php
header("Cache-Control: no-cache, must-revalidate, no-store");
-//$root = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
-echo $root;
+
$check = !file_exists('core/config/connect.db.inc.php');
echo $check;
if (!file_exists('core/config/connect.db.inc.php')) {