1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-18 10:25:55 +01:00

Merge pull request #856 from vichan-devel/RealAngeleno-patch-15

skip captcha or log settings in mod.php config
This commit is contained in:
Lorenzo Yario 2024-12-16 23:16:18 -06:00 committed by GitHub
commit efd4810e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,10 @@ function config_vars() {
$temp_comment = false;
}
if (preg_match('!^\s*\$config\[(\'log_system\'|\'captcha\')\]!', $line)) {
continue;
}
if (preg_match('!^\s*// ([^$].*)$!', $line, $matches)) {
if ($var['default'] !== false) {
$line = '';