started a flow diagram
[glcas.git] / lib / config.php
index 15c5adc..62a4502 100644 (file)
@@ -1,3 +1,7 @@
 <?php
-
+if(!file_exists("../var/data/config.php")) {
+       // i am unconfigured
+} else {
+       require_once("../var/data/config.php");
+}
 ?>
\ No newline at end of file