Jacek Kowalski
2017-08-28 adfb2d2afab2b017db7006fcb7808d66aa2ef411
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
include('./includes/std.php');
 
validate::KOD($_GET['kod']);
 
$title = 'Historia wypożyczeń książki';
include('./design/top.php');
 
gotowe::informacje($_GET['kod']);
gotowe::historia($_GET['kod']);
 
include('./design/bottom.php');
?>