dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Poprawka skryptu test.php w związku z przeniesieniem konfiguracji do osobne...
Jacek Kowalski
2012-12-08
08d387a3f318f53c580e770b4e2efd8641e5670f
[books]
/
inwentaryzacja
/
index.php
1
2
3
4
5
6
7
8
9
<?php
if(is_file('list.xml')) {
header('Location: locate.htm');
}
else
{
header('Location: begin.php');
}
?>