dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Initial commit
Jacek Kowalski
2012-06-23
175a52e78df3f3462927885ce6d732cb1b36a818
[books]
/
includes
/
ibd_BN.php
1
2
3
4
5
6
7
<?php
class ibd_BN extends YAZ_ibd {
function __construct() {
parent::__construct('Biblioteka Narodowa', 'alpha.bn.org.pl/innopac');
}
}
?>