]> Softwares of Agnibho - simpleipd.git/blob - config.php.example
Minor
[simpleipd.git] / config.php.example
1 <?php
2 define("CONFIG_URL", "/");
3 define("CONFIG_ROOT", __DIR__."/");
4 define("CONFIG_WWW", CONFIG_ROOT."www/");
5 define("CONFIG_LIB", CONFIG_ROOT."lib/");
6 define("CONFIG_DB", CONFIG_ROOT."database/data.db");
7 define("CONFIG_LOG", CONFIG_ROOT."database/log.db");
8 define("CONFIG_TITLE", "SimpleIPD");
9 ?>