dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Poprawki i dalsza część budowy systemu inwentaryzacji: - dodanie strony zak...
Jacek Kowalski
2012-07-07
4670c76fe96e1ff78ff094e6fae8469d2d10d747
[books]
/
inwentaryzacja
/
index.php
commit
|
author
|
age
175a52
1
<?php
JK
2
if(is_file('list.xml')) {
3
header('Location: locate.htm');
4
}
5
else
6
{
7
header('Location: begin.php');
8
}
9
?>