File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525// Config Paths
2626$ db_config_path = '../application/config/ ' ;
2727if (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>
You can’t perform that action at this time.
0 commit comments