Browse Source

Update logout.html.php

pull/674/head
danpros 1 year ago
parent
commit
43256be6ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/logout.html.php

+ 1
- 1
system/admin/views/logout.html.php View File

@ -1,7 +1,7 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?> <?php if (!defined('HTMLY')) die('HTMLy'); ?>
<?php <?php
unset($_SESSION[config("site.url")]);
unset($_SESSION[site_url()]);
header('location: login'); header('location: login');

Loading…
Cancel
Save