This commit is contained in:
Robert Köpferl 2021-01-17 21:16:42 +01:00
commit 37b7eb3818
6 changed files with 348 additions and 0 deletions

7
php/const.php Normal file
View file

@ -0,0 +1,7 @@
<?php
define('TEXT_MAXLEN', 160);
define('TEXT_MAXLINE', 63);
define('ERIKA_CMD', "echo");
?>