<?php 
// ------------------------------------------------------------------------- //
// 1.81 photokorn gallery
// $Id: search.php 95 2008-04-21 00:11:17Z tina $
// ------------------------------------------------------------------------- //
// Copyright (C) 2003-2008 Bernd Keil <mail@keil-software.de>
// http://www.keil-software.de
// ------------------------------------------------------------------------- //
// THIS SCRIPT IS NOT FREE! Please read the licence agreement for
// this product at http://licence.keil-software.de
// ------------------------------------------------------------------------- //
session_cache_limiter('none');
session_start();
$time_start = microtime();

require_once ("includes/mysql.inc.php");
require_once (INCLUDE_PATH . "/getlang.php");
require_once (INCLUDE_PATH . "/functions.gal.php");
include_once (DIR_PATH . "/header.php");
require_once (INCLUDE_PATH . "/search.inc.php");
include_once (DIR_PATH . "/footer.php");

@ob_flush();
$time_end = microtime();
show_queries($time_start,$time_end);
?>
