Update systeminfo.php
Fixed comment space located in variable error_reporting(0); // Turn off php errors
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<?php
|
<?php
|
||||||
error_reporting(0);// Turn off php errors
|
error_reporting(0); // Turn off php errors
|
||||||
require 'php/templates/header.php';
|
require 'php/templates/header.php';
|
||||||
?>
|
?>
|
||||||
<!-- Page ------------------------------------------------------------------ -->
|
<!-- Page ------------------------------------------------------------------ -->
|
||||||
|
|||||||
Reference in New Issue
Block a user