php tag missing
-
Hello,
Thank you for this great plugin.
At line 90 from page:
seo-redirection/options/option_page_custome_redirection_add_update.phpYou have:
<? if($util->get('page404')!='') echo $redirect_from; ?>It would be better to open full php tag, like this:
<?php if($util->get('page404')!='') echo $redirect_from; ?>Because most modern servers accept only open full php tag.
Regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘php tag missing’ is closed to new replies.