dev auf main #68
@@ -28,6 +28,7 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
|
|||||||
if($_GET["pfad"] == "updateArticle"){
|
if($_GET["pfad"] == "updateArticle"){
|
||||||
if($article->getAuthor() != $_SESSION["user_email"]){
|
if($article->getAuthor() != $_SESSION["user_email"]){
|
||||||
$_SESSION["message"] = "unauthorized_access";
|
$_SESSION["message"] = "unauthorized_access";
|
||||||
|
header("location: ../index.php");
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user