From 164132c4f3d050bb3ece0b86dd5e856d55c16048 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:17:31 +0000 Subject: [PATCH] Fix undefined constant "back" in fm_dir.php line 77 Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/91764d0c-a31b-4328-b85e-cc2b4e201bf1 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- modules/litefm/fm_dir.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/litefm/fm_dir.php b/modules/litefm/fm_dir.php index ca0144a4..1f623ab6 100644 --- a/modules/litefm/fm_dir.php +++ b/modules/litefm/fm_dir.php @@ -74,7 +74,7 @@ function exec_ogp_module() if($path == clean_path($home_cfg['home_path']."/")) { print_failure(get_lang_f("dir_not_found",$path)); - echo "
<< ". back ."
"; + echo "
<< ".get_lang('back')."
"; return; } }