diff options
Diffstat (limited to 'src/tests/ini/config/sp.ini')
| -rw-r--r-- | src/tests/ini/config/sp.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/ini/config/sp.ini b/src/tests/ini/config/sp.ini new file mode 100644 index 0000000..3022e37 --- /dev/null +++ b/src/tests/ini/config/sp.ini | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | sp.ini_protection.enable(); | ||
| 2 | |||
| 3 | sp.ini.key("log_errors_max_len").min("200").max("2000"); | ||
| 4 | sp.ini.key("max_execution_time").min("30").max("600"); | ||
| 5 | sp.ini.key("highlight.comment").regexp("^#[0-9a-fA-F]{6}$"); | ||
| 6 | sp.ini.key("default_mimetype").set("text/plain").ro(); | ||
| 7 | |||
| 8 | sp.ini.key("sendmail_from").set("test@example.com").regexp(".*@example\\.com$").allow_null(); | ||
| 9 | sp.ini.key("unserialize_callback_func").set("def").regexp("^abc$"); | ||
| 10 | |||
| 11 | sp.ini.key("user_agent").regexp("^abc$").drop(); | ||
