Fix text encoding
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 10:18:40 +0000 (10:18 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 10:18:40 +0000 (10:18 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@707 839d8a87-29fc-0310-9880-83ba4fa771e5

classes/Session.php

index 2a72b2e..ca2b7a7 100644 (file)
@@ -92,7 +92,7 @@ function check_perms()
         if ($_SESSION['log']) {
             $_SESSION['log']->log("noperms",$_SERVER['PHP_SELF']);
         }
-       $page->kill("Tu n'as pas les permissions nécessaires pour accéder à cette page.");
+       $page->kill("Tu n'as pas les permissions nécessaires pour accéder à cette page.");
     }
 }