Newer
Older
Import / web / www.xiaofrog.com / gallery / upgrade / templates / InvalidConfig.html
@John Ryland John Ryland on 22 Dec 2020 356 bytes import NUC files
    <h1 class="error"><?php print _("Warning") ?></h1>
    <p>
      <?php printf(_("Your config.php appears to use the old form of multisite support.  Please see the %sHelp File%s for instructions to update your configuration before proceeding."),
	'<a href="' . generateUrl('../README.html#multisite', false) . '" target="_blank">',
	'</a>') ?>
    </p>