setting expectations

This commit is contained in:
mcguirepr89
2022-02-16 14:47:19 -05:00
parent 7668c3725a
commit bb60d19975
+1 -1
View File
@@ -90,7 +90,7 @@ if(isset($_POST['submit'])){
$command = $_POST['submit'];
if($command == 'restart_services.sh'){
$str= "<h3>Restarting Services</h3>
<p>Please wait 60 seconds</p>";
<p>Please wait 60-90 seconds</p>";
echo str_pad($str, 4096);
ob_flush();
flush();