v0.0.3 Made the delete function.
This commit is contained in:
@@ -22,6 +22,6 @@ if(isset($_POST['createPost'])){
|
||||
echo "Failed to save the post";
|
||||
exit();
|
||||
}else{
|
||||
echo "Post has been saved";
|
||||
header("location: ../../Frontend/home.php?Post=UploadSuccess");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user