12 lines
No EOL
254 B
PHP
12 lines
No EOL
254 B
PHP
<?php
|
|
|
|
include('../config.php');
|
|
include('../libraries/database.php');
|
|
include('../libraries/template.php');
|
|
include('../libraries/tools.php');
|
|
include('../models/raw.php');
|
|
|
|
|
|
$tpl = new Template('../templates/search.html');
|
|
|
|
echo $tpl->fetch(); |