diff options
Diffstat (limited to 'src/tests/ini/config/sp.ini')
| -rw-r--r-- | src/tests/ini/config/sp.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/ini/config/sp.ini b/src/tests/ini/config/sp.ini index 3022e37..86a63a7 100644 --- a/src/tests/ini/config/sp.ini +++ b/src/tests/ini/config/sp.ini | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | sp.ini_protection.enable(); | 1 | sp.ini_protection.enable(); |
| 2 | 2 | ||
| 3 | sp.ini.key("log_errors_max_len").min("200").max("2000"); | 3 | sp.ini.key("max_execution_time").min("30").max("300"); |
| 4 | sp.ini.key("max_execution_time").min("30").max("600"); | ||
| 5 | sp.ini.key("highlight.comment").regexp("^#[0-9a-fA-F]{6}$"); | 4 | sp.ini.key("highlight.comment").regexp("^#[0-9a-fA-F]{6}$"); |
| 6 | sp.ini.key("default_mimetype").set("text/plain").ro(); | 5 | sp.ini.key("default_mimetype").set("text/plain").ro(); |
| 7 | 6 | ||
