initial
This commit is contained in:
commit
ea309f20ee
184 changed files with 16564 additions and 0 deletions
10
mod/opensearch.php
Executable file
10
mod/opensearch.php
Executable file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
function opensearch_init(&$a) {
|
||||
|
||||
$r = file_get_contents('view/osearch.tpl');
|
||||
header("Content-type: application/opensearchdescription+xml");
|
||||
|
||||
echo $r;
|
||||
killme();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue