We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5bd5b commit 120ea7eCopy full SHA for 120ea7e
public_html/lists/admin/index.php
@@ -520,6 +520,10 @@ function mb_strtolower($string)
520
if (TEST) {
521
echo Info($GLOBALS['I18N']->get('Running in testmode, no emails will be sent. Check your config file.'));
522
}
523
+ $updaterdir = __DIR__ . '/../updater';
524
+ if(file_exists($updaterdir)){
525
+ echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('auto updater').'"> here</a>'.'(beta)');
526
+ }
527
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
528
Error(s('Your PHP version is out of date. phpList requires PHP version 5.3.3 or higher.'));
529
0 commit comments