<optionvalue="shutdown"<?phpecho($automatic_updates=='shutdown')?' selected="selected"':'';?>>automatically check for updates after pages load</option>
<optionvalue="init"<?phpecho($automatic_updates=='init')?' selected="selected"':'';?>>automatically check for updates before pages load</option>
...
...
@@ -198,23 +209,25 @@ class FeedWordPressFeedsPage extends FeedWordPressAdminPage {
// If it's available, use it to execute `which` to try to get a realistic path to curl,
// or to wget. If everything fails or shell_exec() isn't available, then just make
<td><pstyle="margin-top:0px">How long should FeedWordPress wait between updates before it considers this feed ready to be polled for updates again?</p>
...
...
@@ -506,11 +537,7 @@ class FeedWordPressFeedsPage extends FeedWordPressAdminPage {
print'<p><strong>Critical error:</strong> There may be a bug in FeedWordPress. Please <a href="'.FEEDWORDPRESS_AUTHOR_CONTACT.'">contact the author</a> and paste the following information into your e-mail:</p>';