From e877b87664dec7944be5b032babe5efc9a8e4f05 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 20 Jan 2021 23:55:09 +0900 Subject: [PATCH] Remove ssl_actions and add rewrite_level to inline JS --- common/tpl/common_layout.html | 1 - 1 file changed, 1 deletion(-) diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index 50897b3cd..5540846dd 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -58,7 +58,6 @@ var enforce_ssl = {$site_module_info->security === 'always' ? 'true' : 'false'}; var cookies_ssl = {config('session.use_ssl_cookies') ? 'true' : 'false'}; var rewrite_level = {intval(\Rhymix\Framework\Router::getRewriteLevel())}; - var ssl_actions = [];