minor updates

This commit is contained in:
2026-06-16 19:00:30 -07:00
parent ad6e07c76d
commit d5871ed8e7
5 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
# Sample Docker Compose
services:
corxn:
image: 4lights/corxn:6.0.0
image: 4lights/corxn:8.5.3
ports:
- "8000:80"
volumes:

View File

@@ -4,7 +4,7 @@
// ini_set('display_errors', 1);
// Define the base path where the website is running from
define('BASEPATH', dirname(__DIR__, 1));
define('BASEPATH', dirname(__DIR__));
// Load Composer's autoload file to handle class autoloading
require BASEPATH . '/vendor/autoload.php';