dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
view
|
history
|
commit
|
commitdiff
1. Zmiana modułu do połączeń z MySQL z mysql na pdo_mysql. 2. Rozdzielenie ...
Jacek Kowalski
2013-02-12
38123974efb3fab9a5dc103e1adb45f8ed928ead
[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
?>