mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test code
This commit is contained in:
parent
26425681c8
commit
ef60275bed
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user