started a flow diagram
[glcas.git] / lib / config.php
1 <?php
2 if(!file_exists("../var/data/config.php")) {
3         // i am unconfigured
4 } else {
5         require_once("../var/data/config.php");
6 }
7 ?>