Skip to content

Commit

Permalink
#55 - Fix config location
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Jun 6, 2022
1 parent 21613e5 commit faae5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/dashboard/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
define('KOOWA_ROOT' , getenv('APP_ROOT'));
define('KOOWA_VENDOR', getenv('APP_DATA').'/vendor');
define('KOOWA_CONFIG', getenv('APP_DATA').'/config/vendor');

require KOOWA_VENDOR.'/joomlatools/pages/resources/pages/bootstrapper.php';

0 comments on commit faae5d2

Please sign in to comment.