webcli/backend/config.php

10 lines
205 B
PHP
Raw Normal View History

2014-08-08 00:03:25 +00:00
<?php
define("BETA", true);
define("LOG_FILE", "/var/www/websites/webcli/internal.log");
define("DEFAULT_USER", 3);
define("DEFAULT_HOSTNAME", "webcli");
define("SIZE_OF_DIRECTORY", 4096);
2014-08-08 00:03:25 +00:00
?>