summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2021-05-10 03:31:18 +0200
committerpolo <ordipolo@gmx.fr>2021-05-10 03:31:18 +0200
commit610291f311aeab7363d1dbc39e62cbce8533c73f (patch)
tree757d9eabc31560e2aea08fba5b7ebc8ab17ff887 /index.php
parent9cc7651e7eb2b3dfff6151f5226b4411ac7adcb3 (diff)
downloadmelaine-610291f311aeab7363d1dbc39e62cbce8533c73f.zip
classe
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 72791fd..81d5faf 100644
--- a/index.php
+++ b/index.php
@@ -128,12 +128,12 @@ if(isset($_GET['page']))
128 // modification 128 // modification
129 if(isset($_GET['article']) && is_numeric($_GET['article']) && $_GET['article'] > 0) 129 if(isset($_GET['article']) && is_numeric($_GET['article']) && $_GET['article'] > 0)
130 { 130 {
131 melaineAdmin($_GET['article']); 131 melaineEdit($_GET['article']);
132 } 132 }
133 // nouvel article 133 // nouvel article
134 else 134 else
135 { 135 {
136 melaineAdmin(0); 136 melaineEdit(0);
137 } 137 }
138 } 138 }
139 else 139 else