From 90dd8e319867f2184094646b10fb8d6fea80f8fc Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 4 Jan 2025 13:40:08 +1100 Subject: [PATCH] cleanup --- front/php/templates/footer.php | 3 +-- server/initialise.py | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/php/templates/footer.php b/front/php/templates/footer.php index d1c4ca8a..4b96b618 100755 --- a/front/php/templates/footer.php +++ b/front/php/templates/footer.php @@ -32,8 +32,7 @@ | | | - | - | © + | | : | Version: | diff --git a/server/initialise.py b/server/initialise.py index d1d1229e..00fc2992 100755 --- a/server/initialise.py +++ b/server/initialise.py @@ -204,7 +204,8 @@ def importConfigs (db, all_plugins): # Plugins START # ----------------- - necessary_plugins = ['UI', 'CUSTPROP', 'CLOUD' ,'DBCLNP', 'INTRNT','MAINT','NEWDEV', 'SETPWD', 'SYNC', 'VNDRPDT', 'WORKFLOWS'] + # necessary_plugins = ['UI', 'CUSTPROP', 'CLOUD' ,'DBCLNP', 'INTRNT','MAINT','NEWDEV', 'SETPWD', 'SYNC', 'VNDRPDT', 'WORKFLOWS'] + necessary_plugins = ['UI', 'CUSTPROP', 'DBCLNP', 'INTRNT','MAINT','NEWDEV', 'SETPWD', 'SYNC', 'VNDRPDT', 'WORKFLOWS'] # make sure necessary plugins are loaded conf.LOADED_PLUGINS += [plugin for plugin in necessary_plugins if plugin not in conf.LOADED_PLUGINS]