commit | e6e6eff842ce4314b9ae7f1442579a1dba355e8d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Jun 06 00:24:57 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Jun 06 00:24:57 2012 +0300 |
tree | 3a13ed3dbe12fe323665b2cbb32c2d0486ff4666 | |
parent | 24bd230337cc469941dbdb51e05351cc1b3fbe14 [diff] |
Replace set_magic_quotes_runtime() with an ini_set() call
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 50eae8f..8159b19 100755 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -75,7 +75,7 @@ if ( ! is_php('5.4')) { - @set_magic_quotes_runtime(0); // Kill magic quotes + @ini_set('magic_quotes_runtime', 0); // Kill magic quotes } /*