app->galleryTitle; // Verify that the $phpbb_root_path isn't overwritten with a remote exploit if (!realpath($phpbb_root_path)) { print _("Security violation") ."\n"; exit; } else { if (! defined("PHPBB_ROOT_PATH")) { define("PHPBB_ROOT_PATH", $phpbb_root_path); } include (PHPBB_ROOT_PATH . "includes/page_header.php"); } break; case 'GeekLog': /* ** Display header and left blocks */ echo COM_siteHeader(); break; } /* Import Gallery CSS Stylesheet after embedding things are done. */ echo getStyleSheetLink(); } includeTemplate('header.tpl'); ?>