Installer now creates the database.php file.

这个提交包含在:
Corby Krick 2013-04-21 10:58:14 -07:00
父节点 484fea42e7
当前提交 00fbf8798e

查看文件

@ -1,7 +1,7 @@
<?php <?php
$db_config_path = '../application/config/database.php'; $db_config_path = '../application/config/';
// Only load the classes in case the user submitted the form // Only load the classes in case the user submitted the form
if($_POST) { if($_POST) {