hi am going thru a joomla script and they are accessing a constant without re-defining it or including the file where it was originally define. the first line of codes on the script is
how is this possible
Code:
defined('_JEXEC') or die('restricted access');
Comment