diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index b341a8a..cdc31de 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/content/createArticle.php b/content/createArticle.php index 7dd9274..072dfdb 100644 --- a/content/createArticle.php +++ b/content/createArticle.php @@ -31,45 +31,211 @@ if (!isset($_SESSION["user"])) { diff --git a/content/updateArticle.php b/content/updateArticle.php index 1cd6801..69a726d 100644 --- a/content/updateArticle.php +++ b/content/updateArticle.php @@ -40,45 +40,211 @@ include_once 'php/controller/showArticle-controller.php';