This website requires JavaScript.
Explore
Help
Register
Sign In
r31k
/
bludit
Watch
2
Star
0
Fork
0
You've already forked bludit
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
bludit
/
admin
/
controllers
/
logout.php
6 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
New features
2015-05-14 22:07:45 +00:00
<
?
php
defined
(
'BLUDIT'
)
or
die
(
'Bludit CMS.'
);
if
(
$Login
->
logout
())
{
Redirect
::
home
();
User delete functionality
2015-07-22 00:15:02 -03:00
}
Reference in New Issue
Copy Permalink