dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Poprawki w interfejsie do inwentaryzacji: - zmiany w tekstach, - dodanie br...
Jacek Kowalski
2013-03-02
85c65e52b25199e17e9a2f9a4ad002bde03afa03
[books]
/
list_repulsed.php
commit
|
author
|
age
175a52
1
<?php
JK
2
include('./includes/std.php');
3
4
$title = 'Książki wycofane';
5
include('./design/top.php');
6
7
$_GET['wycofana'] = 1;
8
gotowe::lista();
9
10
include('./design/bottom.php');
11
?>