From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- delay.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 delay.php (limited to 'delay.php') diff --git a/delay.php b/delay.php new file mode 100644 index 0000000..ca28a00 --- /dev/null +++ b/delay.php @@ -0,0 +1,22 @@ + + 1) + usleep($_POST['time']*1000); +else + usleep(60*1000); +echo "true"; +exit(0); -- cgit v1.3.1