fixing up the "is setup" check in the installer
[gwvp.git] / www / index.php
index 218c5ad..6864c2c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 // get config
-require_once("config.php");
+if(file_exists("config.php")) require_once("config.php");
 
 // initial http file
 $WEB_ROOT_FS = realpath(dirname(__FILE__));