diff options
| author | jvoisin | 2025-05-13 16:24:50 +0200 |
|---|---|---|
| committer | jvoisin | 2025-05-13 16:24:50 +0200 |
| commit | 847afcae9b6a0570dca96e23d8adf94831a09b4c (patch) | |
| tree | 9f23746840bcb76cdb3b75502a7c83b15b3c86a3 /src/sp_config.h | |
| parent | f31381db897989b8341cf4936b7bff829981d837 (diff) | |
Remove the useless show_old_php_warning feature
People are usually well-aware of the outdatedness of the PHP version they're
running, which is likely why they're running Snuffleupagus in the first place.
This feature shouldn't have been enabled by default, and I fail to see any case
where anyone would want to enable it. Moreover, it doesn't take LTS versions
from vendors/distributions into account, thus breaking on RHEL/Debian (old)stable.
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index 407c9bd..fb25fdb 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -272,7 +272,6 @@ typedef struct { | |||
| 272 | #define SP_TOKEN_SERVER_STRIP "server_strip" | 272 | #define SP_TOKEN_SERVER_STRIP "server_strip" |
| 273 | #define SP_TOKEN_SID_MIN_LENGTH "sid_min_length" | 273 | #define SP_TOKEN_SID_MIN_LENGTH "sid_min_length" |
| 274 | #define SP_TOKEN_SID_MAX_LENGTH "sid_max_length" | 274 | #define SP_TOKEN_SID_MAX_LENGTH "sid_max_length" |
| 275 | #define SP_TOKEN_SHOW_OLD_PHP_WARNING "show_old_php_warning" | ||
| 276 | 275 | ||
| 277 | // upload_validator | 276 | // upload_validator |
| 278 | #define SP_TOKEN_UPLOAD_SCRIPT "script" | 277 | #define SP_TOKEN_UPLOAD_SCRIPT "script" |
