Starts in anger next week.
Russell
Labels: The Beginning
# ====================================================================
# This function will tell us where we are in the hierarchy
function get_offset() {
if (strcmp($_SERVER['SERVER_NAME'], "localhost")) {
$dir_offset = substr_count(dirname($_SERVER["SCRIPT_NAME"]), "/");
} else {
$dir_offset = substr_count(dirname($_SERVER["SCRIPT_NAME"]), "/")-1;
}
return str_repeat("../", $dir_offset);
}
# Insert the boring meta declarations and style stuff
include(get_offset()."blog_txt/meta.src");
include(get_offset()."blog_txt/style.src");
# ====================================================================
?>
Welcome to the Captains Blog
This is your Captain speaking...
Labels: The Beginning
Archives