Update systeminfo.php

Updated php opening at the beginning of the file
This commit is contained in:
Carlos V
2023-08-05 19:47:42 +02:00
committed by GitHub
parent 8c4992bf9a
commit f26507e540

View File

@@ -12,8 +12,6 @@
// cvc90 2023 https://github.com/cvc90 GNU GPLv3
//------------------------------------------------------------------------------
?>
<?php
error_reporting(0);// Turn off php errors
require 'php/templates/header.php';
?>