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.php
pull/10/head
Mohamad Fahmi
12 years ago
parent
7207e0a462
commit
3a7014a4c1
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
admin/includes/logout.php
+ 2
- 2
admin/includes/logout.php
View File
@ -1,9 +1,9 @@
<
?
php
<
?
php
ob_start
();
include
'session.php'
;
include
'session.php'
;
session_destroy
();
session_destroy
();
header
(
'location: ../index.php'
);
header
(
'location: ../index.php'
);
?>
?>
Write
Preview
Loading…
Cancel
Save