Code: Select all
error_reporting(E_ALL);
Code: Select all
<?php
/**
*
* @package acp
* @version $Id: functions_admin.php,v 1.254 2007/11/17 12:14:27 acydburn Exp $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* Recalculate Binary Tree
function recalc_btree($sql_id, $sql_table, $module_class = '')
Ok, here is adm/index.phpIBBoard wrote:Sorry, I meant the /adm/index.php file. Anywhere around the define() calls should work. You may also need to check whether your web server prints warning messages or hides them and whether it logs them to file.
Code: Select all
<?php
/**
*
* @package acp
* @version $Id: index.php,v 1.74 2007/12/12 16:45:58 acydburn Exp $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
*/
define('IN_PHPBB', true);
define('ADMIN_START', true);
define('NEED_SID', true);
// Include files