Verfasst: 29.12.2004 21:48
http://www.gigapcservice.de/Diman/phpBB ... ons(3).php
ich habs hochgeladen...
geht immer noch nicht
ich habs hochgeladen...
geht immer noch nicht
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$sql = "update " . CONFIG_TABLE . ' set cookie_value = 0 where config_name = 'cookie_secure'';
if( ($result = $db->sql_query($sql)) ) message_die(GENERAL_ERROR, 'alles okay');
else message_die(GENERAL_ERROR, 'Fehler beim Ausführen', '', __LINE__, __FILE__, $sql);
?>