Jacek Kowalski
2019-12-16 07517ae563097e04e91ea3fae2c2ca1cf2309b86
1
2
3
4
5
6
7
8
9
10
<?php
include('./includes/std.php');
 
$title = 'Wypożyczanie książki';
include('./design/top.php');
 
gotowe::informacje($_GET['kod']);
 
include('./design/bottom.php');
?>