display or redirect to error page
my plugin has custom error phrases. the problem is that the only way i know how to display them is to create a custom php file and display it.
the plugin runs in global_start and just does some extra authentication checks. is there any way i can forward the user to a custom error phrase without adding my own errors.php page?
i would love to be able to install without having to ftp files.
|