Blame Scripts/Php/Newbb2Phpbb/index.php

878a2b
878a2b
    require_once('classes/newbb_to_phpbb.php');
878a2b
    require_once('classes/ldap.php');
878a2b
    require_once('classes/db_mysql.php');
878a2b
    require_once('classes/html.php');
878a2b
    require_once('classes/mail.php');
878a2b
878a2b
    require_once('contents/header.php');
878a2b
    require_once('contents/content.php');
878a2b
    require_once('contents/footer.php');
878a2b
878a2b
    echo $html->format_htmlblock( $htmlblock );
878a2b
?>