ich habe zwei Fragen zum php-Code von phpBB und warum etwas so gemacht wird und nicht anders.
1. Was ist der Zweck von $phpbb_root_path?
Code: Alles auswählen
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
2. Warum wird das längere $HTTP_GET_VARS verwendet anstatt $_GET? Was sind da die Vorteile?
Danke im voraus für die Antworten!
Gruß,
dum