Code: Alles auswählen
phpBB2/includes/functions_admin.php on line 93
Kein Linkfehler
Code: Alles auswählen
phpBB2/includes/functions_admin.php on line 93
Code: Alles auswählen
attachment_sync_topic($id);
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not update topic', '', __LINE__, __FILE__, $sql);
}
}
break;
}
return true;
}
?>
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not update topic', '', __LINE__, __FILE__, $sql);
}
}
attachment_sync_topic($id);
break;
}
return true;
}
?>
Für die uacp.php stimmt der Pfad ... die statistics.php ist wohl von einem anderen MOD ...kjwargan hat geschrieben:Hi,
die hatte ich nach deiner Vorgabe geändert. Nicht die andere.
Diese Roots sind doch richtig /phpBB2/statistics.php und/phpBB2/uacp.php ?