Update ambil.php
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
error_reporting(0);
|
error_reporting(E_ALL);
|
||||||
ini_set('display_errors', 0);
|
ini_set('display_errors', 1);
|
||||||
header('Content-Type: application/json; charset=UTF-8');
|
header('Content-Type: application/json; charset=UTF-8');
|
||||||
|
|
||||||
include 'auth.php'; // Middleware auth
|
include 'auth.php'; // Middleware auth
|
||||||
|
|||||||
Reference in New Issue
Block a user