How is $sys_root bieng assigned a value?

Posted by Babiker on Stack Overflow See other posts from Stack Overflow or by Babiker
Published on 2010-05-30T19:54:28Z Indexed on 2010/05/30 20:02 UTC
Read the original article Hit count: 176

Filed under:

I have been learning php for sometime now. Besides reading books and doing tutorials i also like to sometimes read other programmers code. I have came across this:

<?php

    // authentication. 
    include_once($sys_root."/inc/authenticate_check.php");

I understand the use for $sys_root, but what i dont understand is, how is $sys_root bieng assigned a value.

I have checked and made sure that $sys_root is not a special var of PHP's.

© Stack Overflow or respective owner

Related posts about php