some new config vars

This commit is contained in:
overflowerror 2014-08-08 02:03:25 +02:00
parent 7b5d84c575
commit 5bcd21009c

9
backend/config.php Normal file
View file

@ -0,0 +1,9 @@
<?php
define("BETA", true);
define("LOG_FILE", "/var/www/websites/webcli/internal.log");
define("DEFAULT_USER", 3);
define("DEFAULT_HOSTNAME", "webcli");
?>