change config

This commit is contained in:
wlx 2014-03-03 14:44:15 +00:00
parent 8657471e73
commit 270f89754f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ return array(
'db' => array(
'driver' => 'Pdo_Pgsql',
'hostname' => 'localhost',
'database' => 'sjy_portal',
'database' => 'qhportal',
'username' => 'gis',
'password' => 'gispassword',
),

View File

@ -21,7 +21,7 @@ if (file_exists('vendor/autoload.php')) {
$loader = include 'vendor/autoload.php';
}
$zf2Path = "F:/library/zf2.2.5/library";
$zf2Path = "vendor/library";
if ($zf2Path) {
if (isset($loader)) {