Code: Alles auswählen
<?php
if (session_id()=="") session_start();
define('IN_PHPBB', 1);
if( !empty($setmodules) )
{
$file = basename(__FILE__);
$module['General']['Ligamanager'] = $file;
return;
}
//
// Let's set the root dir for phpBB
//
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
include('./page_header_admin.'.$phpEx);
include($phpbb_root_path . 'lmo/lmoadmin.'.$phpEx);
include('./page_footer_admin.'.$phpEx);
?>

hoffe mir kann irgendjemand helfen