<?php
##
#######################################################
## configuration
#######################################################

ini_set('include_path','.:'.dirname(__FILE__).':'.ini_get('include_path')); 
require_once 
'_lib/all.php';
require_once 
'_conf/config.php';

$_SERVER['PHP_SELF'] = preg_replace('/\?.*$/','',$_SERVER['REQUEST_URI']);

$TMPL['opener_refresh'] = $_GET['opener'];

$browser get_agent();

include_once 
__IPATH__.'/userconfig.php';

//if($_GET[debug]) _debug();

$not $_not 1;

exit;
?>