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 ""; - -?>