repositories
/
Project_webapp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Properly ignore config file.
[Project_webapp.git]
/
includes
/
account.php
1
<
?php
2
global
$is_logged_in
;
3
if
(!
$is_logged_in
) {
4
echo
"Please login first."
;
5
redirect
(
"index.php?page=login"
,
2
);
6
}
7
?
>