Merge pull request #48 from pyledevehat/framadate

Rectification lien vers logs du bandeau admin
This commit is contained in:
pyg77 2014-01-22 09:14:34 -08:00
commit c25408a91a

View File

@ -136,7 +136,7 @@ function sous_bandeau_admin()
'<a class="button small gray" href="/">'. _("Home") .'</a>';
if(is_readable('logs_studs.txt')) {
echo '<a class="button small gray" href="/logs_studs.txt">'. _("Logs") .'</a>';
echo '<a class="button small gray" href="/admin/logs_studs.txt">'. _("Logs") .'</a>';
}
echo '<a class="button small gray" href="/../scripts/nettoyage_sondage.php">'. _("Cleaning") .'</a>' .