<?php
$a = session_id();
if ($a == '')
  session_start();

include_once("common/constants.inc");
include_once("common/db_utils.php");
include_once("common/segf.php");
include_once("smarty/Smarty_config.php");

logincheck();

$smarty = new Smarty_config();

?>
