Re: RFI In Script FlashChat_v479

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



this is not rfi
the f_cms = INC_DIR
so  u cant include it  because it have a value and u cant include this value

$f_cms = INC_DIR . 'cmses/' . $GLOBALS['fc_config']['CMSsystem'] . '.php';
        if( !file_exists($f_cms) || !is_file($f_cms) )
            require_once(INC_DIR . 'cmses/statelessCMS.php');//free for all users
        else
            require_once( $f_cms );

so f_cms = INC_DIR --->CAN'T INCLUDE :D 

[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux