removed FORCE_LOGOUT and SET_LOGIN_VARIABLE variables to let the NAVBAR take care of that

master
BodgeMaster 2020-03-08 15:21:04 +01:00
parent 9f4bf5b0b0
commit ab76b36a02
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
<?php <?php
session_start(); session_start();
%SET_LOGIN_VARIABLE%
%PLEAZE_NO_CACHE% %PLEAZE_NO_CACHE%
%FORCE_LOGOUT%
$navbar = "logout"; $navbar = "logout";
?> ?>
<!DOCTYPE html> <!DOCTYPE html>