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