From f6c96d898996b8b15a4054a731ab11cb9e57c63b Mon Sep 17 00:00:00 2001 From: "color.diff=auto" Date: Wed, 24 Mar 2021 09:57:02 -0600 Subject: [PATCH] header sent fix, make it a link instead --- wait.php | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/wait.php b/wait.php index a87897c..1c9710b 100644 --- a/wait.php +++ b/wait.php @@ -41,15 +41,19 @@ foreach ($data as $k => $v) { $db->createTables($files->getFile($k), $v); $db->fillsTables($files->getFile($k), $v); } -sleep(2); ?> -
-

Files Processed

- X -
+ + + section */ + require_once "head.php"; + ?> +
+

Files Processed

+ X +
-

Loading app...

-
- Click here to go to the main application. +
+ + \ No newline at end of file