Authenticacion
This commit is contained in:
@ -20,7 +20,17 @@ html {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
#page_container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
.content {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex: none;
|
||||
color: white;
|
||||
height: 260px;
|
||||
font-family: Roboto;
|
||||
|
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
include_once implode(DIRECTORY_SEPARATOR, [
|
||||
dirname(__DIR__),
|
||||
'bootstrap',
|
||||
|
Reference in New Issue
Block a user