diff --git a/lib/css/main.css b/lib/css/main.css new file mode 100644 index 0000000..565193f --- /dev/null +++ b/lib/css/main.css @@ -0,0 +1,5 @@ +html,body { + width: 100%; + height: 100%; + overflow: hidden; +} diff --git a/lib/php/dashboard.php b/lib/php/dashboard.php index 2076f9c..2345da6 100644 --- a/lib/php/dashboard.php +++ b/lib/php/dashboard.php @@ -28,6 +28,7 @@ + Dashboard Home | <?=$config['website_name']?> diff --git a/lib/php/forgot.php b/lib/php/forgot.php index edbd9c6..3e843c3 100644 --- a/lib/php/forgot.php +++ b/lib/php/forgot.php @@ -14,6 +14,7 @@ + Password Reset | <?=$config['website_name']?> diff --git a/lib/php/go.php b/lib/php/go.php index 804e7e2..62ddb92 100644 --- a/lib/php/go.php +++ b/lib/php/go.php @@ -25,7 +25,8 @@ - Redirect in 5 seconds | <?=$config['website_name']?> + + Redirecting to <?=$row['URL']?> | <?=$config['website_name']?> @@ -37,7 +38,6 @@ var seconds = 5; function update_timeout(interval) { - document.getElementById("title").innerHTML = "Redirect in " + seconds + " seconds | "; document.getElementById("body-timeout").innerHTML = seconds; if (seconds == 0) { window.location.href = ""; diff --git a/lib/php/login.php b/lib/php/login.php index c9c58fc..d0857ea 100644 --- a/lib/php/login.php +++ b/lib/php/login.php @@ -51,10 +51,12 @@ - Login | <?=$config['website_name']?> + - + + + Login | <?=$config['website_name']?> diff --git a/lib/php/manage.php b/lib/php/manage.php index bd1fc30..642d175 100644 --- a/lib/php/manage.php +++ b/lib/php/manage.php @@ -14,8 +14,9 @@ Management Panel | <?=$config['website_name']?> - + +