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
.htaccess
1   -<Files "schools.php">
2   -Order Allow,Deny
3   -Deny from all
4   -</Files>
5 1 \ No newline at end of file
  2 +Options +MultiViews
... ...
pages/schools.php
... ... @@ -11,8 +11,8 @@ require_once(&quot;creds.php&quot;);
11 11 <th>Nom de l'école</th>
12 12 <th>Circonscription</th>
13 13 <th>Contact</th>
14   - <th>Enseignant</th>
15   - <th>Contact</th>
  14 +<!-- <th>Enseignant</th>
  15 + <th>Contact</th> -->
16 16 </tr>
17 17 </thead>
18 18 </div >
... ... @@ -42,9 +42,9 @@ while ($row = mysql_fetch_assoc($resultat))
42 42 echo '<td>';
43 43 echo '<p>'.$row['adresse'].'</p>';
44 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 48 // echo '<td>';
49 49 // echo '<p>'.$row['contact'].'</p>';
50 50 // echo '</td>';
... ...