This commit is contained in:
Stanislav Malyshev 2011-09-06 05:20:51 +00:00
parent fa5f7f61ba
commit 119601b0d3

View File

@ -25,11 +25,10 @@ if ($socket == "" && $host != NULL && $host != 'localhost' && $host != '.') {
}
}
?>
--INI--
open_basedir="."
--FILE--
<?php
@include_once("connect.inc");
ini_set("open_basedir", __DIR__);
if (!isset($db)) {
// run-tests, I love you for not allowing me to set ini settings dynamically
print "[006] [1148] The used command is not allowed with this MySQL version