edwagbb commited on
Commit
3bf9997
·
1 Parent(s): c402e44

Update config.inc.php

Browse files
Files changed (1) hide show
  1. config.inc.php +1 -0
config.inc.php CHANGED
@@ -27,6 +27,7 @@ putenv('DB_HOST='.$matches[4]);
27
  putenv('DB_PORT='.($matches[5] ? $matches[5] : '3306'));
28
  putenv('DB_NAME='.$matches[6]);
29
  }
 
30
  print_r($matches);
31
  // config db
32
  $db = new \Typecho\Db('Pdo_Mysql', 'typecho_');
 
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_');