mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 22:28:54 +00:00
10 lines
170 B
PHP
10 lines
170 B
PHP
![]() |
<?php
|
||
|
define("BETA", true);
|
||
|
|
||
|
define("LOG_FILE", "/var/www/websites/webcli/internal.log");
|
||
|
|
||
|
define("DEFAULT_USER", 3);
|
||
|
|
||
|
define("DEFAULT_HOSTNAME", "webcli");
|
||
|
?>
|