From 02f676029a5014e822598947b0ac2f12d183a7f1 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 21 May 2022 02:23:30 +0300 Subject: [PATCH] localwebsite: delete unused global var --- localwebsite/htdocs/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/localwebsite/htdocs/index.php b/localwebsite/htdocs/index.php index a825fcb..3961c2c 100644 --- a/localwebsite/htdocs/index.php +++ b/localwebsite/htdocs/index.php @@ -2,8 +2,6 @@ require_once __DIR__.'/../init.php'; -global $lang; - $router = new router; // modem