<?php
    // Copyright (c) 1999 by Heike Manns [heike@free-it.org]
    {
      include 'lix_config.php3';
    }
    if( !isset($sys_base_modul) )
    {
      require 'l_base.php3';
    }
    IncHits($idx);
    if( isset($curl) && strlen($curl) > 0 )
    {
      header("Location: " . $curl);
    }
?>
