corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php
// config.php for rss feed..
if (realpath ($_SERVER['SCRIPT_FILENAME']) == realpath (__FILE__)) {
/* prevent direct access */ die ( 'to err is human, human!' ); }
/*
prefs.. */
$mysite = 'corzblog';
$mydomain = $_SERVER['HTTP_HOST'];
// this blog is busier right now..
$blogurl = "http://$mydomain/devblog/";
$description = 'the blog of the dev';
$emailaddress = "webmaster@$mydomain";
$filename = $_SERVER['DOCUMENT_ROOT'].'/devblog/blogz.blog';
?>