Révision 6c207150
data/www/index.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
/** Album Photo -- RyXéo SARL |
|
3 |
* @see https://redmine.ryxeo.com/projects/ |
|
4 |
* @author 2004 Jakub 'jimmac' Steiner |
|
5 |
* @author 2012 Eric Seigne <eric.seigne@ryxeo.com> |
|
6 |
* @see The GNU Public License (GNU/GPL) v2 |
|
7 |
* |
|
8 |
* This program is free software; you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation; either version 2 of the License, or |
|
11 |
* (at your option) any later version. |
|
12 |
* |
|
13 |
* This program is distributed in the hope that it will be useful, but |
|
14 |
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|
15 |
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
16 |
* for more details. |
|
17 |
* |
|
18 |
* You should have received a copy of the GNU General Public License along |
|
19 |
* with this program. If not, see <http://www.gnu.org/licenses/>. |
|
20 |
*/ |
|
21 |
|
|
2 | 22 |
// uncomment this to check for uninitialized variables etc.: |
3 | 23 |
// error_reporting (E_ALL); |
4 | 24 |
|
... | ... | |
39 | 59 |
|
40 | 60 |
if (!is_dir("$gallery_dir/$galerie/thumbs")) { |
41 | 61 |
$galerie = ""; |
42 |
}
|
|
62 |
} |
|
43 | 63 |
|
44 | 64 |
//read interesting stuff from info.txt |
45 | 65 |
if ($galerie) { |
... | ... | |
48 | 68 |
if ($galerielogin[$galerie]) { |
49 | 69 |
access_check($galerielogin[$galerie],$galeriepw[$galerie],$galerie); |
50 | 70 |
} |
51 |
}
|
|
71 |
} |
|
52 | 72 |
|
53 | 73 |
$page->process_comment_form(); |
54 | 74 |
|
Formats disponibles : Unified diff