diff --git a/update/v4.1/Update.py b/update/v4.1/Update.py index 40637355..8fad9c87 100755 --- a/update/v4.1/Update.py +++ b/update/v4.1/Update.py @@ -21,8 +21,8 @@ class Updater(AIL_Updater): super(Updater, self).__init__(version) def update(self): - r_tracking = redis.StrictRedis( host=localhost, - port=6382), + r_tracking = redis.StrictRedis( host='localhost', + port=6382, db=2, decode_responses=True ) diff --git a/var/www/modules/hashDecoded/templates/DaysCorrelation.html b/var/www/modules/hashDecoded/templates/DaysCorrelation.html index f3b5235f..9b561240 100644 --- a/var/www/modules/hashDecoded/templates/DaysCorrelation.html +++ b/var/www/modules/hashDecoded/templates/DaysCorrelation.html @@ -67,7 +67,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/modules/hashDecoded/templates/hashDecoded.html b/var/www/modules/hashDecoded/templates/hashDecoded.html index 92b89b7e..ef52ee7f 100644 --- a/var/www/modules/hashDecoded/templates/hashDecoded.html +++ b/var/www/modules/hashDecoded/templates/hashDecoded.html @@ -67,7 +67,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/templates/import_export/export_object.html b/var/www/templates/import_export/export_object.html index 95724e0d..c6760f74 100644 --- a/var/www/templates/import_export/export_object.html +++ b/var/www/templates/import_export/export_object.html @@ -24,7 +24,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/templates/import_export/import_object.html b/var/www/templates/import_export/import_object.html index dbfb084f..c94928aa 100644 --- a/var/www/templates/import_export/import_object.html +++ b/var/www/templates/import_export/import_object.html @@ -27,7 +27,7 @@
- {% include 'decoded/menu_sidebar.html' %} + {% include 'sidebars/sidebar_objects.html' %}
diff --git a/var/www/templates/investigations/investigations.html b/var/www/templates/investigations/investigations.html index 45a6d8de..b4e85b55 100644 --- a/var/www/templates/investigations/investigations.html +++ b/var/www/templates/investigations/investigations.html @@ -75,8 +75,9 @@