source:
branches/rsr.v5.1.dev/web/app/mods/e_downalbum.php
@
6
Last change on this file since 6 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php |
2 | ||
3 | function e_downalbum($env) | |
4 | { if(($url = $env->data->inc_album_compteur($_GET[$env->param("album")])) !== false) | |
5 | { header("Location: ".$url); | |
6 | } | |
7 | else echo "Erreur lors de l'accès à l'album"; | |
8 | } | |
9 | ||
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.