From 368aaa1651e76b630bb2755f838a4c7fce3fe30d Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 20:20:01 -0400 Subject: [PATCH] sleep (5) for daemon process to change --- includes/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 9f5670b..7d6e8f7 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -637,7 +637,8 @@ function SaveTORAndVPNConfig(){ } else { $status = '
Lokinet is running
'; - echo $status; } + sleep (5); + echo $status; } ?>