projects
/
nominatim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't escape slashes in json output
[nominatim.git]
/
lib
/
init.php
1
<?php
2
3
require_once(CONST_BasePath.'/lib/lib.php');
4
require_once(CONST_BasePath.'/lib/db.php');
5
6
if (get_magic_quotes_gpc()) {
7
echo "Please disable magic quotes in your php.ini configuration\n";
8
exit;
9
}