neu
This commit is contained in:
parent
ab86346f41
commit
f02158b132
3 changed files with 13 additions and 12 deletions
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
define('TEXT_MAXLEN', 160);
|
||||
define('TEXT_MAXLINE', 63);
|
||||
define('ERIKA_CMD', "/var/www/html/erika.sh");
|
||||
define('REGEX_FILTER', '/[^-a-zA-Z0-9äüöÄÜÖß ,;\.:()°%&²³µ€ç£èé=^_`&$§"!+*#\?\t\n\r\/]/m'); // `|
|
||||
define('TEXT_MAXLINE', 65);
|
||||
define('ERIKA_CMD', "./erika.sh");
|
||||
define('REGEX_FILTER', '/[^-a-zA-Z0-9äüöÄÜÖß\s,;\.:()°%&²³µ€ç£èé=^_&$§"!+*#\?\t\n\r\/]/m'); // `|
|
||||
define('ZEITDATEI', '/tmp/letztmaliger.aufruf');
|
||||
define('PAUSEZEIT_MS', 30000);
|
||||
define('PAUSEZEIT_MS', 3000);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue