From 74572497cd5d8e47b3912c80275169fe40e4d47a Mon Sep 17 00:00:00 2001 From: HyphenHook Date: Wed, 24 Apr 2024 16:55:36 -0400 Subject: [PATCH] Added a global service function --- 403.php | 2 +- 404.php | 2 +- 500.php | 2 +- 502.php | 2 +- 503.php | 2 +- 504.php | 2 +- admin/admin.php | 2 +- index.php | 2 +- services.php | 3 +++ 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/403.php b/403.php index 8edcb3b..b06a350 100644 --- a/403.php +++ b/403.php @@ -71,7 +71,7 @@ - +
diff --git a/404.php b/404.php index ac40c7a..6ce2674 100644 --- a/404.php +++ b/404.php @@ -71,7 +71,7 @@ - +
diff --git a/500.php b/500.php index e6e677f..37b49df 100644 --- a/500.php +++ b/500.php @@ -71,7 +71,7 @@ - +
diff --git a/502.php b/502.php index 943020b..45acb74 100644 --- a/502.php +++ b/502.php @@ -71,7 +71,7 @@ - +
diff --git a/503.php b/503.php index ba5d67e..ac0a18b 100644 --- a/503.php +++ b/503.php @@ -71,7 +71,7 @@ - +
diff --git a/504.php b/504.php index 959ed7f..a95c2c7 100644 --- a/504.php +++ b/504.php @@ -71,7 +71,7 @@ - +
diff --git a/admin/admin.php b/admin/admin.php index 2db4709..acee8e0 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -700,7 +700,7 @@ function enableShowHideMetadataColumn() { - +
diff --git a/index.php b/index.php index 58eb264..2594eb9 100755 --- a/index.php +++ b/index.php @@ -71,7 +71,7 @@ - +
diff --git a/services.php b/services.php index 6d186c3..1ae8b6d 100644 --- a/services.php +++ b/services.php @@ -1,4 +1,7 @@