Browse Source

removed wrong slash

Serghey Rodin 10 năm trước cách đây
mục cha
commit
16db6f903b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/edit/server/index.php

+ 1 - 1
web/edit/server/index.php

@@ -1,6 +1,6 @@
 <?php
 // Init
-/error_reporting(NULL);
+error_reporting(NULL);
 $TAB = 'SERVER';
 
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");