- Changelog, Readme, version

This commit is contained in:
Ty Clifford
2026-06-09 05:29:15 -04:00
parent 5c1d236322
commit 88805057cc
3 changed files with 147 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
define('ROOT_DIR', __DIR__);
define('CONFIG_FILE', ROOT_DIR . '/config.json');
define('ADMIN_VERSION', '1.0.0');
define('ADMIN_VERSION', '2.1.0');
require_once ROOT_DIR . '/bootstrap.php';
require_once ROOT_DIR . '/lib/admin_platform.php';