diff --git a/config/autoload/local.php b/config/autoload/local.php index b697e0fe..f1751eac 100644 --- a/config/autoload/local.php +++ b/config/autoload/local.php @@ -15,7 +15,7 @@ return array( 'db' => array( 'driver' => 'Pdo_Pgsql', 'hostname' => 'localhost', - 'database' => 'sjy_portal', + 'database' => 'qhportal', 'username' => 'gis', 'password' => 'gispassword', ), diff --git a/init_autoloader.php b/init_autoloader.php index ac0c1353..feea6ffb 100644 --- a/init_autoloader.php +++ b/init_autoloader.php @@ -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)) {