diff --git a/admin_debug.php b/admin_debug.php
index 894151c3..c125504f 100644
--- a/admin_debug.php
+++ b/admin_debug.php
@@ -519,12 +519,16 @@ $mysqli->close();
- | Current App Version |
- |
+ ITFlow release version |
+ |
+
+
+ | Current Code Commit |
+ |
| Current DB Version |
- |
+ |
diff --git a/app_version.php b/app_version.php
new file mode 100644
index 00000000..3514b48b
--- /dev/null
+++ b/app_version.php
@@ -0,0 +1,8 @@
+
- ITFlow /versioning coming soon/ · Docs · Forum · Services
+ ITFlow · Docs · Forum · Services
diff --git a/inc_all_admin.php b/inc_all_admin.php
index 0d2e1f61..186fd77a 100644
--- a/inc_all_admin.php
+++ b/inc_all_admin.php
@@ -9,7 +9,7 @@ require_once "check_login.php";
validateAdminRole();
// TODO: Change this to enforceAdminPermission();
-// We can't do this until everyone has the new database fields added in 1.4.9 on Sept 14th 2024
+// We can't do this until everyone has the new database fields added in db 1.4.9 on Sept 14th 2024
require_once "header.php";
@@ -22,3 +22,5 @@ require_once "inc_wrapper.php";
require_once "inc_alert_feedback.php";
require_once "filter_header.php";
+
+require_once "app_version.php";