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; } ?>