Update systeminfo.php

Fixed comment space located in variable error_reporting(0); // Turn off php errors
This commit is contained in:
Carlos V
2023-08-05 15:21:16 +02:00
committed by GitHub
parent 012589b848
commit e5eb3ab297

View File

@@ -14,7 +14,7 @@
?>
<?php
error_reporting(0);// Turn off php errors
error_reporting(0); // Turn off php errors
require 'php/templates/header.php';
?>
<!-- Page ------------------------------------------------------------------ -->