Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Mar 2, 2022
1 parent afda30e commit 1e03a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
| Note: This will NOT disable or override the CodeIgniter-specific
| autoloading (application/config/autoload.php)
*/
$config['composer_autoload'] = 'vendor/autoload.php';
$config['composer_autoload'] = '../vendor/autoload.php';

/*
|--------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
* This variable must contain the name of your "system" directory.
* Set the path if it is not in the same directory as this file.
*/
$system_path = 'vendor/codeigniter/framework/system';
$system_path = '../vendor/codeigniter/framework/system';

/*
*---------------------------------------------------------------
Expand All @@ -114,7 +114,7 @@
*
* NO TRAILING SLASH!
*/
$application_folder = 'application';
$application_folder = '../application';

/*
*---------------------------------------------------------------
Expand Down

0 comments on commit 1e03a16

Please sign in to comment.