delete trunk for B3P v2

This commit is contained in:
Christian
2009-09-03 12:45:30 +00:00
parent 86aa9fdd9e
commit fb193c0f92
228 changed files with 0 additions and 21887 deletions

View File

@@ -1,38 +0,0 @@
<?php
/**
*
* @package acp
* @version $Id$
* @copyright (c) 2007 StarTrekGuide
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @package mod_version_check
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class board3_portal_check_version
{
function version()
{
global $portal_config, $phpbb_root_path, $phpEx;
include_once($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
$portal_config = obtain_portal_config();
return array(
'author' => 'Saint_hh',
'title' => 'Board3 Portal',
'tag' => 'board3_portal',
'version' => $portal_config['portal_version'],
'file' => array('board3.de', 'updatecheck', 'board3_portal.xml'),
);
}
}
?>