This commit is contained in:
2024-07-01 15:55:14 +03:00
parent b8c98693f8
commit 62bb16f581
3 changed files with 4 additions and 23 deletions

View File

@ -10,9 +10,6 @@ require_once "vendor/autoload.php";
ini_set("display_errors", true);
error_reporting(-1);
//$fileName = "Information.txt";
//$fileModeOpen = "a";
$post = new PostModel();
$post->load($_REQUEST);
$post->save();