diff options
Diffstat (limited to 'view/discographie.php')
-rw-r--r-- | view/discographie.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/discographie.php b/view/discographie.php index 3007c86..1660b0c 100644 --- a/view/discographie.php +++ b/view/discographie.php | |||
@@ -144,7 +144,7 @@ for($i = 0; $i < $Albums->fileListCount; $i++) | |||
144 | </a> | 144 | </a> |
145 | <?php | 145 | <?php |
146 | } | 146 | } |
147 | // bouton | 147 | // boutons |
148 | if($_SESSION['admin'] == 1) | 148 | if($_SESSION['admin'] == 1) |
149 | { | 149 | { |
150 | ?> | 150 | ?> |
@@ -162,10 +162,6 @@ for($i = 0; $i < $Albums->fileListCount; $i++) | |||
162 | </p> | 162 | </p> |
163 | <?php | 163 | <?php |
164 | } | 164 | } |
165 | |||
166 | // bouton pour modifier | ||
167 | if($_SESSION['admin'] == 1) | ||
168 | {} | ||
169 | } | 165 | } |
170 | ?> | 166 | ?> |
171 | </article> | 167 | </article> |