diff --git a/includes/system.php b/includes/system.php index 1d885b1e..e8e340f8 100755 --- a/includes/system.php +++ b/includes/system.php @@ -132,5 +132,5 @@ function DisplaySystem() 'vi_VN.UTF-8' => 'Tiếng Việt (Vietnamese)' ); - echo renderTemplate("system", compact("arrLocales", "status", "system", "ServerPort")); + echo renderTemplate("system", compact("arrLocales", "status", "ServerPort")); } diff --git a/templates/system.php b/templates/system.php index 56f21423..902b6953 100755 --- a/templates/system.php +++ b/templates/system.php @@ -1,8 +1,3 @@ -