Commit b38e1df2cc910d59135808e72d8df56cac484053

Authored by Geoffrey PREUD'HOMME
1 parent 32bad9bd

Re-allowed schools viewing

Showing 2 changed files with 6 additions and 9 deletions   Show diff stats
1 -<Files "schools.php">  
2 -Order Allow,Deny  
3 -Deny from all  
4 -</Files>  
5 \ No newline at end of file 1 \ No newline at end of file
  2 +Options +MultiViews
@@ -11,8 +11,8 @@ require_once(&quot;creds.php&quot;); @@ -11,8 +11,8 @@ require_once(&quot;creds.php&quot;);
11 <th>Nom de l'école</th> 11 <th>Nom de l'école</th>
12 <th>Circonscription</th> 12 <th>Circonscription</th>
13 <th>Contact</th> 13 <th>Contact</th>
14 - <th>Enseignant</th>  
15 - <th>Contact</th> 14 +<!-- <th>Enseignant</th>
  15 + <th>Contact</th> -->
16 </tr> 16 </tr>
17 </thead> 17 </thead>
18 </div > 18 </div >
@@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat)) @@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat))
42 echo '<td>'; 42 echo '<td>';
43 echo '<p>'.$row['adresse'].'</p>'; 43 echo '<p>'.$row['adresse'].'</p>';
44 echo '</td>'; 44 echo '</td>';
45 - echo '<td>';  
46 - echo '<p>'.$row['enseignant'].'</p>';  
47 - echo '</td>'; 45 + // echo '<td>';
  46 + // echo '<p>'.$row['enseignant'].'</p>';
  47 + // echo '</td>';
48 // echo '<td>'; 48 // echo '<td>';
49 // echo '<p>'.$row['contact'].'</p>'; 49 // echo '<p>'.$row['contact'].'</p>';
50 // echo '</td>'; 50 // echo '</td>';