PHP allow url fopen reported incorrectly
-
Please fix this.
https://php.net/manual/en/function.ini-get.php
Note: When querying boolean values
A boolean ini value of off will be returned as an empty string or “0” while a boolean ini value of on will be returned as “1”. The function can also return the literal string of INI value.
Sucuri Scan:
if ( empty($ini_value) || is_null( $ini_value ) ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP allow url fopen reported incorrectly’ is closed to new replies.