This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update logout.html.php
pull/674/head
danpros
1 year ago
parent
28519f15a1
commit
43256be6ee
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
);
Write
Preview
Loading…
Cancel
Save