getOpmlFile()); $opml_people = $opml->getPeople(); $page_id = 'admin-admin'; $header_extra = <<<"HTML" HTML; $repo_url = 'https://github.com/moonmoon/moonmoon'; $releases_url = "$repo_url/releases"; $link_url = "$releases_url"; $version_current = str_replace('%s', $moon_version, $l10n->getString('Your moonmoon instance version is %s.')); $version_action = str_replace('%s', $link_url, $l10n->getString('You can check for a more recent version on: %s.')); $page_content = <<<"FRAGMENT"

{$l10n->getString('Clear cache')}

{$l10n->getString('Clearing the cache will make moonmoon reload all feeds.')}

{$l10n->getString('Change administrator password')}

{$l10n->getString('Upgrade moonmoon')}

{$version_current}

{$version_action}

FRAGMENT; $footer_extra = ''; $admin_access = 1; require_once __DIR__ . '/template.php';