mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
starting PHP 5.4 get_magic_quotes_gpc() returns false, no need to check
This commit is contained in:
committed by
Sarah Hoffmann
parent
76ddace267
commit
0ac99bc2a9
@@ -2,8 +2,3 @@
|
|||||||
|
|
||||||
require_once(CONST_BasePath.'/lib/lib.php');
|
require_once(CONST_BasePath.'/lib/lib.php');
|
||||||
require_once(CONST_BasePath.'/lib/DB.php');
|
require_once(CONST_BasePath.'/lib/DB.php');
|
||||||
|
|
||||||
if (get_magic_quotes_gpc()) {
|
|
||||||
echo "Please disable magic quotes in your php.ini configuration\n";
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user