Update config.inc.php
Browse files- config.inc.php +1 -2
config.inc.php
CHANGED
@@ -27,8 +27,7 @@ putenv('DB_HOST='.$matches[4]);
|
|
27 |
putenv('DB_PORT='.($matches[5] ? $matches[5] : '3306'));
|
28 |
putenv('DB_NAME='.$matches[6]);
|
29 |
}
|
30 |
-
|
31 |
-
print_r($matches);
|
32 |
// config db
|
33 |
$db = new \Typecho\Db('Pdo_Mysql', 'typecho_');
|
34 |
$db->addServer(array (
|
|
|
27 |
putenv('DB_PORT='.($matches[5] ? $matches[5] : '3306'));
|
28 |
putenv('DB_NAME='.$matches[6]);
|
29 |
}
|
30 |
+
|
|
|
31 |
// config db
|
32 |
$db = new \Typecho\Db('Pdo_Mysql', 'typecho_');
|
33 |
$db->addServer(array (
|