Skip to content

Commit f264b9d

Browse files
committed
Even more PATH Adjustments (driving me crazy)
1 parent e774be4 commit f264b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Config Paths
2626
$db_config_path = '../application/config/';
2727
if (isset($_ENV['CI_ENV'])) {
28-
$db_config_path ='../application/'.$_ENV['CI_ENV'].'/';
28+
$db_config_path ='../application/config/'.$_ENV['CI_ENV'].'/';
2929
}
3030
$db_file_path = $db_config_path . "database.php";
3131

@@ -1458,7 +1458,7 @@ function prevTab() {
14581458
<body>
14591459
<div class="container mt-4 p-2" style="max-width: 600px; ">
14601460
<div class="card p-2 justify-content-center" style="min-height: 200px; margin-top: 200px;">
1461-
<p class="error text-center">Please make the /application/config/ folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 <php echo $db_config_path ?></code><br /><br /><i>Don't forget to restore the permissions afterwards.</i></p>
1461+
<p class="error text-center">Please make the <?php echo $db_config_path; ?> folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 <?php echo $db_config_path; ?></code><br /><br /><i>Don't forget to restore the permissions afterwards.</i></p>
14621462
</div>
14631463
</div>
14641464
</body>

0 commit comments

Comments
 (0)