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