repositories
/
Project_webapp.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Properly ignore config file.
[Project_webapp.git]
/
includes
/
booking.php
Commit
Line
Data
a96fefe1
JB
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
?>