minmod
This commit is contained in:
parent
8c649a7bef
commit
81715dba69
|
@ -1,8 +1,3 @@
|
||||||
AuthType Basic
|
|
||||||
AuthName "Private project -> wait for production"
|
|
||||||
AuthUserFile /var/www/socioview.pass
|
|
||||||
|
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|
2
view.php
2
view.php
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
<!-- SI ON EST CONNECTE -> FORMULAIRE DE LOGOUT -->
|
<!-- SI ON EST CONNECTE -> FORMULAIRE DE LOGOUT -->
|
||||||
<?php }else{ ?>
|
<?php }else{ ?>
|
||||||
<input type='submit' value='Déconnexion' name='logout-sub'>
|
<input type='submit' value='Déconnexion' name='logout-sub'>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue