Jelajahi Sumber

remove reporting

andre 4 tahun lalu
induk
melakukan
462b8bcb6e
3 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 1
      admin.php
  2. 0 1
      index.php
  3. 0 1
      list.php

+ 0 - 1
admin.php

@@ -6,7 +6,6 @@
 <body>
 <div>
 <?php
-error_reporting(E_ALL);
 
 require_once 'action.php';
 require_once 'db.php';

+ 0 - 1
index.php

@@ -1,5 +1,4 @@
 <?php
-error_reporting(E_ALL);
 
 require_once 'action.php';
 require_once 'db.php';

+ 0 - 1
list.php

@@ -1,5 +1,4 @@
 <?php
-error_reporting(E_ALL);
 
 require_once 'action.php';
 require_once 'db.php';