mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 12:22:10 +03:00
4f75f4cb6e
Closes #472.
11 lines
212 B
PHP
11 lines
212 B
PHP
<?php
|
|
|
|
require_once(CONST_BasePath.'/lib/lib.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;
|
|
}
|