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
New support site for the ozpost shipping module now live!
Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.
thank you very much
Bookmarks