diff options
Diffstat (limited to 'phpBB/docs/hook_system.html')
-rw-r--r-- | phpBB/docs/hook_system.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/hook_system.html b/phpBB/docs/hook_system.html index 565e0096fc..78e3014adb 100644 --- a/phpBB/docs/hook_system.html +++ b/phpBB/docs/hook_system.html @@ -383,10 +383,10 @@ a:active { color: #368AD2; } <p>There are also valid external constants you may want to use if you embed phpBB3 into your application:</p> <div class="codebox"><pre> -PHPBB_MSG_HANDLER (overwrite message handler) +PHPBB_MSG_HANDLER (define own message handler) PHPBB_DB_NEW_LINK (overwrite new_link parameter for sql_connect) -PHPBB_ROOT_PATH (overwrite $phpbb_root_path) -PHPBB_ADMIN_PATH (overwrite $phpbb_admin_path) +PHPBB_ROOT_PATH (define own PHPBB_ROOT_PATH) +PHPBB_ADMIN_PATH (define own PHPBB_ADMIN_PATH) </pre></div> </div> |