add open/close register and change some preferences in install

This commit is contained in:
unknown
2012-05-21 14:37:47 +03:00
parent 3afd58ac01
commit 3f43d71416
5 changed files with 48 additions and 27 deletions
+1
View File
@@ -91,6 +91,7 @@
$text = preg_replace("'%TS_THRESHOLD%'", $_POST['ts_threshold'], $text);
$text = preg_replace("'%WW%'", $_POST['ww'], $text);
$text = preg_replace("'%T4_COMING%'", $_POST['t4_coming'], $text);
$text = preg_replace("'%REG_OPEN%'", $_POST['reg_open'], $text);
fwrite($fh, $text);