ccv
This commit is contained in:
parent
ad79d39699
commit
4007befac4
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
define('TEXT_MAXLEN', 160);
|
||||
define('TEXT_MAXLINE', 65);
|
||||
define('ERIKA_CMD', "./erika.sh");
|
||||
define('REGEX_FILTER', '/[^-a-zA-Z0-9äüöÄÜÖß\s,;\.:(|)°%&²³µ€ç£èé=^_&$§"!+*#\?\t\n\r\/]/m'); // `|
|
||||
define('REGEX_FILTER', '~[^-a-zA-Z0-9äüöÄÜÖß\s,;\.:()°%&²³µ€ç£èé=^_&$§"!+*#\?\t\n\r´`/]~m');
|
||||
define('ZEITDATEI', '/tmp/letztmaliger.aufruf');
|
||||
define('PAUSEZEIT_MS', 300000);
|
||||
define('PAUSEZEIT_MS', 30);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue