7 lines
356 B
HTML
7 lines
356 B
HTML
<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>
|