ソースを参照

removed wrong slash

Serghey Rodin 10 年 前
コミット
16db6f903b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      web/edit/server/index.php

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

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