Browse Source

Make login page front public page

spaghetti 8 years ago
parent
commit
c38974e914
3 changed files with 1 additions and 10 deletions
  1. 1
    1
      sections/index/index.php
  2. 0
    4
      sections/index/public.php
  3. 0
    5
      static/styles/public/style.css

+ 1
- 1
sections/index/index.php View File

@@ -12,6 +12,6 @@ if (isset($LoggedUser['ID'])) {
12 12
     }
13 13
   }
14 14
 } else {
15
-  include('public.php');
15
+  header('Location: login.php');
16 16
 }
17 17
 ?>

+ 0
- 4
sections/index/public.php View File

@@ -1,4 +0,0 @@
1
-<? View::show_header(); ?>
2
-<div class="poetry">You've stumbled upon a door where your mind is the key. There are none who will lend you guidance; these trials are yours to conquer alone. Entering here will take more than mere logic and strategy, but the criteria are just as hidden as what they reveal. Find yourself, and you will find the very thing hidden behind this page. Beyond here is something like a utopia&#8202;&mdash;&#8202;beyond here is BIG ANIME TITTIES.</div>
3
-<span class="center">It's oppai time.</span>
4
-<? View::show_footer(); ?>

+ 0
- 5
static/styles/public/style.css View File

@@ -124,11 +124,6 @@ input[type="text"]:invalid, input[type="password"]:invalid {
124 124
   background-size: contain;
125 125
 }
126 126
 
127
-.poetry {
128
-  width: 320px;
129
-  text-align: justify;
130
-}
131
-
132 127
 .centered {
133 128
   text-align: center;
134 129
   vertical-align: middle;

Loading…
Cancel
Save