edwagbb commited on
Commit
6f3e083
1 Parent(s): 30a992d

Update config.inc.php

Browse files
Files changed (1) hide show
  1. 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
- echo getenv('DB_COON_STR');
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 (