Changeset 14590 for trunk/www


Ignore:
Timestamp:
Oct 13, 2005, 1:53:07 AM (19 years ago)
Author:
matt
Message:

Avoid the need of forcing downloads, thus downlod.php is not needed anymore.

Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/downloads/index.php

    r14587 r14590  
    1818                        $nb_element_1 = count ($tableau) -1;
    1919                        if ($tableau[$nb_element_1] != "php") {
    20                                 echo '<a href="./download.php?file='.$fichier.'">'.$fichier.'</a><br />';
     20                                echo '<a href="'.$fichier.'">'.$fichier.'</a><br />';
    2121                        }
    2222                }
  • trunk/www/fr/downloads/index.php

    r14589 r14590  
    1818                        $nb_element_1 = count ($tableau) -1;
    1919                        if ($tableau[$nb_element_1] != "php") {
    20                                 echo '<a href="'.$DOCUMENT_ROOT.'/download.php?file='.$fichier.'">'.$fichier.'</a><br />';
     20                                echo '<a href="/downloads/'.$fichier.'">'.$fichier.'</a><br />';
    2121                        }
    2222                }
Note: See TracChangeset for help on using the changeset viewer.