Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Client authored and Client committed Dec 12, 2020
1 parent 8b6d7b4 commit 466d54d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
* @date 12/12/2020
* @author Abdellah B
* */
if (!defined('PLX_ROOT'))
if (!defined('PLX_ROOT')) {
exit;
}

# Control du token du formulaire
plxToken::validateFormToken($_POST);

Expand Down

0 comments on commit 466d54d

Please sign in to comment.