mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
PHP 6 compatibility
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1108 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -70,7 +70,9 @@ if (get_magic_quotes_gpc()) {
|
||||
}
|
||||
unset($process);
|
||||
}
|
||||
set_magic_quotes_runtime(false);
|
||||
if (function_exists("set_magic_quotes_runtime")) {
|
||||
set_magic_quotes_runtime(false);
|
||||
}
|
||||
@set_time_limit(0); // @ - can be disabled
|
||||
|
||||
define("DB", $_GET["db"]); // for the sake of speed and size
|
||||
|
Reference in New Issue
Block a user