dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Poprawki w systemie inwentaryzacji - dodanie m.in. brakującego require()
Jacek Kowalski
2013-05-17
6cba3f7a45bef8753536a47c1d282dcdcdfde68f
[books]
/
del_book.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?
php
include
(
'./includes/std.php'
);
ksiazki
::
usun
(
$_POST
[
'kod'
]);
$title
=
'Usuwanie książki'
;
include
(
'./design/top.php'
);
?>
<h3>
Książka została usunięta
</h3>
<?
php
include
(
'./design/bottom.php'
);
?>