Verfasst: 29.11.2006 23:58
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('');
$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = 1 WHERE config_name = default_style";
$result = $db->sql_query($sql);
$db->sql_freeresult($result);
?>
danach lösche das File wieder aus den phpbb Root.