projects
/
pazpar2-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix condition for medium PAZ-929 saga again
[pazpar2-moved-to-github.git]
/
www
/
demo
/
index.php
1
<?php
2
3
/* $Id: index.php,v 1.2 2007-01-04 14:39:06 sondberg Exp $
4
* --------------------------------------------------------------------
5
* Keystone retreiver main page
6
*/
7
8
include('includes.phpi');
9
10
insert_header();
11
12
echo "<h3>Enter your search!</h3>";
13
14
insert_footer();
15
16
?>