From ab09c7b83dc5a4dbcbde5be6685ae9af377d3519 Mon Sep 17 00:00:00 2001 From: zamentur Date: Sat, 21 Jun 2014 16:34:20 +0200 Subject: [PATCH] Fix admin link --- scripts/install | 1 - sources/bandeaux_local.php | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index d759113..2a0b904 100755 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,6 @@ sudo sed -i "s@yunoinfolegal@$legal@g" $final_path/variables.php # Create log file touch $final_path/admin/logs_studs.txt chmod 700 $final_path/admin/logs_studs.txt - # Set permissions to roundcube directory sudo chown -R www-data: $final_path diff --git a/sources/bandeaux_local.php b/sources/bandeaux_local.php index 2e86e89..0b45351 100644 --- a/sources/bandeaux_local.php +++ b/sources/bandeaux_local.php @@ -132,13 +132,13 @@ function sous_bandeau() function sous_bandeau_admin() { echo '
' . - ''. _("Home") .''; + ''. _("Home") .''; if(is_readable('logs_studs.txt')) { - echo ''. _("Logs") .''; + echo ''. _("Logs") .''; } - echo ''. _("Cleaning") .'' . + echo ''. _("Cleaning") .'' . '' . liste_lang() . ''. '
'."\n";