erika/php/const.php

7 lines
101 B
PHP

<?php
define('TEXT_MAXLEN', 160);
define('TEXT_MAXLINE', 63);
define('ERIKA_CMD', "echo");
?>