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
8e2b0f59ab
bludit
/
admin
/
controllers
/
logout.php
7 lines
93 B
PHP
Raw
Blame
History
<
?
php
defined
(
'BLUDIT'
)
or
die
(
'Bludit CMS.'
);
if
(
$Login
->
logout
())
{
Redirect
::
home
();
}
Reference in New Issue
View Git Blame
Copy Permalink