Ajout logout + check date php
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user