diff options
author | polo <ordipolo@gmx.fr> | 2021-09-03 01:16:43 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2021-09-03 01:16:43 +0200 |
commit | 9a552c6b751f25bac9e816cf605fb972da8b9e27 (patch) | |
tree | 846d8b29fbf035305700a1aa91c7f20d2502136f /view/melaine.php | |
parent | 10954c386cacb270e4ae16837483120ca3406259 (diff) | |
download | melaine-9a552c6b751f25bac9e816cf605fb972da8b9e27.zip |
albums2
Diffstat (limited to 'view/melaine.php')
-rw-r--r-- | view/melaine.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/melaine.php b/view/melaine.php index 0067738..216857d 100644 --- a/view/melaine.php +++ b/view/melaine.php | |||
@@ -80,7 +80,6 @@ foreach ($articles as $article) | |||
80 | if($_SESSION['admin'] == 1 && isset($_GET['action']) && $_GET['action'] == 'editor' && isset($_GET['article']) && $_GET['article'] == $j) | 80 | if($_SESSION['admin'] == 1 && isset($_GET['action']) && $_GET['action'] == 'editor' && isset($_GET['article']) && $_GET['article'] == $j) |
81 | { | 81 | { |
82 | // on pourrait utiliser le timedate, ou encore le nom de l'article | 82 | // on pourrait utiliser le timedate, ou encore le nom de l'article |
83 | //echo("\n<p>Modifier l'article " . $j . "</p>"); | ||
84 | echo("<p>Modification d'un article</p>"); | 83 | echo("<p>Modification d'un article</p>"); |
85 | echo "\n"; | 84 | echo "\n"; |
86 | 85 | ||