Jacek Kowalski
2013-02-12 38123974efb3fab9a5dc103e1adb45f8ed928ead
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');
?>