Files
spota-dev/cektimelimit.php
Power BI Dev efdb11db3f Add SPOTA core PHP application
Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
2026-05-02 10:08:52 +07:00

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');