Skip to content

Commit

Permalink
codeigniter 3.x requires VIEWPATH definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonb3 committed Jun 20, 2024
1 parent 2f7a8f7 commit 60304c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bubba-frontend/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
define('FCPATH', str_replace(SELF, '', __FILE__));
define('SYSDIR', trim(strrchr(trim(BASEPATH, '/'), '/'), '/'));
define('APPPATH', $application_folder.'/');
define('VIEWPATH', APPPATH.'views/');

require_once BASEPATH.'core/CodeIgniter.php';

Expand Down

0 comments on commit 60304c0

Please sign in to comment.