Jump to content
Fórum Script Brasil
  • 0

Documet_Root include


Junior7

Question

Olá, estou estudando o código do phpBB, praticamente todos os arquivos tem esse codigo no inicio do arquivo, minha dúvida é a seguinte:

como o php sabe que PHPBB_ROOT_PATH se refere ao diretório raiz aonde estão os arquivos e diretorios do forum.

Me parece que é uma constante criada para apontar pro root, mas aonde é definido isso, por exemplo eu queria mudar o PHPBB_ROOT_PATH para PHPBB_RAIZ.

define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...