From d92cef494a366b18a6a7c6c2b1cbc4458849c31f Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 2 Mar 2025 21:39:08 +0700 Subject: [PATCH] Update htmly.php See: #876 --- system/htmly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/htmly.php b/system/htmly.php index a5a0adf..2e8ac5c 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -3,12 +3,12 @@ if (!defined('HTMLY')) die('HTMLy'); use PragmaRX\Google2FA\Google2FA; -// Get search query. Redir to /search/ -get_search_query(); - // Load the configuration file config('source', $config_file); +// Get search query. Redir to /search/ +get_search_query(); + // Load the language file get_language();