This website requires JavaScript.
Explore
Help
Register
Sign In
r31k
/
bludit
Watch
2
Star
0
Fork
You've already forked bludit
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
648635a780
bludit
/
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
}