0, have_session => 0, have_user => 0 ) ) or die("Nobody loves me. I don't even have space for a name."); $data = array(); $data['remotehostname'] = gethostbyaddr($_SERVER['REMOTE_ADDR']); $data['remoteip'] = $_SERVER['REMOTE_ADDR']; $data['user'] = $name_space->session->data['user']['username']; $data['have_ssl'] = $_SERVER['SSL_PROTOCOL'] ? 1 : 0; $template = new Template('index.html', $name_space->config->template_path); $template->parse($data); print $template->output(); $name_space->stop(); # vim:ts=4: # vim:shiftwidth=4: ?>