Skip to content

Commit 16db6f9

Browse files
committed
removed wrong slash
1 parent 047f58a commit 16db6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/edit/server/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// Init
3-
/error_reporting(NULL);
3+
error_reporting(NULL);
44
$TAB = 'SERVER';
55

66
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");

0 commit comments

Comments
 (0)