diff --git a/index.php b/index.php
index befca16e..a9fc6b8a 100644
--- a/index.php
+++ b/index.php
@@ -1,13 +1,10 @@
-
-
-
- -
- Dashboard
-
- - Blank Page
-
+
- Blank Page
-
-
\ No newline at end of file
+if (file_exists("config.php")) {
+ header("Location: login.php");
+
+} else {
+ header("Location: setup.php");
+}
+
+?>
\ No newline at end of file