Changeset 5 for trunk


Ignore:
Timestamp:
05/19/05 13:08:25 (19 years ago)
Author:
nanardon
Message:
  • retour � la liste
  • pas de warning si fopen echoue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r4 r5  
    77</head><body> 
    88<?php if(isset($phpfile)) { 
    9 if ($hf = fopen($phpfile, "r")) { 
     9if ($hf = @fopen($phpfile, "r")) { 
    1010?> 
    1111<h1>Contenu du fichier  
     
    2121    ?>Je ne peux pas ouvrir <?php echo $phpfile; 
    2222} 
     23?><a href="<?php echo $PHP_SELF ?>"> Retour à la liste des fichiers</a><?php 
    2324} else { //si fichier demandé 
    2425?> 
Note: See TracChangeset for help on using the changeset viewer.