<?php

$to_root="";

$buffer=substr_count($PHP_SELF,"/")-1;
if($buffer>0) $to_root=str_repeat("../", $buffer);

$sys_dir=$to_root."page_sys/";
$sys_ini="kolping_site.ini";

include_once( $to_root.$sys_ini );
include_once( $sys_dir."pages.php3" );

?>
