diff --git a/www/articles.php b/www/articles.php index 3dc061c..8a2b025 100644 --- a/www/articles.php +++ b/www/articles.php @@ -80,6 +80,12 @@ if ($argc) exit(); } + if ($op != 'L' && $LOGIN_USER == "") + { + header("Location: login.php"); + exit(); + } + if (($op == 'D' || $op == 'M') && !$id) { html_header("Article Error");