Fix php syntax

This commit is contained in:
Laurent Destailleur 2021-12-06 12:17:07 +01:00
parent 8b914172df
commit 39c7d55c1d

View File

@ -1,5 +1,4 @@
<?php
<?php
//define("NOLOGIN",1); // This means this output page does not require to be logged.
define("NOCSRFCHECK", 1); // We accept to go on this page from external web site.
if (!defined('NOSESSION')) {