This website requires JavaScript.
Explore
Help
Sign in
kazhnuz
/
koblog
Watch
1
Star
0
Fork
You've already forked koblog
0
Code
Issues
22
Pull requests
1
Projects
3
Releases
Packages
Wiki
Activity
Actions
648635a780
koblog
/
admin
/
controllers
/
logout.php
6 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
New features
2015-05-15 00:07:45 +02:00
<
?
php
defined
(
'BLUDIT'
)
or
die
(
'Bludit CMS.'
);
if
(
$Login
->
logout
())
{
Redirect
::
home
();
User delete functionality
2015-07-22 05:15:02 +02:00
}
Reference in a new issue
Copy permalink