5 lines
81 B
PHP
5 lines
81 B
PHP
<?php
|
|
ini_set('display_errors', 1);
|
|
error_reporting(E_ALL);
|
|
include 'ambil.php';
|