From b38e1df2cc910d59135808e72d8df56cac484053 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 16 Mar 2015 15:28:37 +0100 Subject: [PATCH] Re-allowed schools viewing --- .htaccess | 5 +---- pages/schools.php | 10 +++++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.htaccess b/.htaccess index 3615cbe..1df307e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1 @@ - -Order Allow,Deny -Deny from all - \ No newline at end of file +Options +MultiViews diff --git a/pages/schools.php b/pages/schools.php index f0b6389..6b10aba 100755 --- a/pages/schools.php +++ b/pages/schools.php @@ -11,8 +11,8 @@ require_once("creds.php"); Nom de l'école Circonscription Contact - Enseignant - Contact + @@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat)) echo ''; echo '

'.$row['adresse'].'

'; echo ''; - echo ''; - echo '

'.$row['enseignant'].'

'; - echo ''; + // echo ''; + // echo '

'.$row['enseignant'].'

'; + // echo ''; // echo ''; // echo '

'.$row['contact'].'

'; // echo ''; -- libgit2 0.21.2