define(_absPath, preg_replace("#^(.*)\/(.*)\.php#","$1/",$_SERVER['SCRIPT_FILENAME']));
include(_absPath."inc/config.php");
include(_absPath."inc/bbcode.php");
if(isset($_COOKIE[$prev.'id']) && isset($_COOKIE[$prev.'pwd']))
header("Location: user/index.php?action=userlobby");
else header("Location: news/index.php");
ob_end_flush();
echo "";
echo "";
echo "";
?>