Distinctation des scripts et fonctions
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ if (isset($_SESSION['role']) && $_SESSION['role'] === 'admin') { ?>
|
||||
</div>
|
||||
|
||||
<!-- en envoie les données à addProject.php -->
|
||||
<form method="POST" action="../functions/addProject.php">
|
||||
<form method="POST" action="../scripts/addProject.php">
|
||||
|
||||
<label>Titre *</label>
|
||||
<input type="text" name="title" required>
|
||||
|
||||
Reference in New Issue
Block a user