Ajout logout + check date php

This commit is contained in:
adri
2019-01-09 12:37:11 +01:00
parent aca024783e
commit 5ef0b64a60
4 changed files with 16 additions and 6 deletions

View File

@@ -3,9 +3,13 @@
{% include 'header.html.twig' %}
</head>
<body>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for login..">
<body><span>
<input type="text" id="myInput" style="width:95%" onkeyup="myFunction()" placeholder="Search for login..">
<input type="hidden" id="slVal" value="{{ session["sl"] }}" />
<form method="post" action="" style="display:inline">
<input type="hidden" name="sessionDestroy" value=""/>
<button style="float: right;width: 5%;"><i class="fas fa-sign-out-alt fa-2x"></i></button>
</form></span>
<table id="allRecord">
<thead>
<tr>