Test code

This commit is contained in:
Laurent Destailleur 2024-11-06 20:15:51 +01:00
parent 26425681c8
commit ef60275bed

View File

@ -15,7 +15,10 @@ if (! $res) {
if (! $res) {
@include_once './master.inc.php';
}
include_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
print dol_stringtotime('2024-01-01')."\n";
print dol_stringtotime('2024-01-01 00:00:05');
print "Decode with dol_decode a value crypted with dol_encode:.... in conf.php file\n";