if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
it display in many php files
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
it display in many php files
It means that you need to be logged on as the server admin before the page can be displayed.
Cheers
Rod
thank you very much