Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
|
|
ini_set('max_execution_time', 300);
|
|
|
|
echo date('d-m-Y H:i:s');
|
|
sleep(250);
|
|
echo '<br>'.date('d-m-Y H:i:s');
|