git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
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>
|