From d4c724e79c63a9f24d1b19136e9c6c3950926311 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:48:47 +0200 Subject: [PATCH] Delete front/php/templates/internetinfo.php --- front/php/templates/internetinfo.php | 49 ---------------------------- 1 file changed, 49 deletions(-) delete mode 100644 front/php/templates/internetinfo.php diff --git a/front/php/templates/internetinfo.php b/front/php/templates/internetinfo.php deleted file mode 100644 index fd9a5b1e..00000000 --- a/front/php/templates/internetinfo.php +++ /dev/null @@ -1,49 +0,0 @@ -"; - echo $output; - echo ""; - exit; -} - -// Replace "{" with "" -$output = str_replace("{", "", $output); - -// Replace "}" with "" -$output = str_replace("}", "", $output); - -// Replace "," with "" -$output = str_replace(",", "", $output); - -// Replace '"' with "" -$output = str_replace('"', "", $output); - -// Show the result -echo "
";
-echo $output;
-echo "
"; - -?>