TIMESTAMP

This commit is contained in:
fred 2021-08-12 11:45:22 +02:00
parent 42c5292f53
commit 799763eb86
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if (isset($_REQUEST['phone'])) $phone = $_REQUEST['phone']; else $phone = urldec
$message = "Proposition de ". $phone ." message : ".$link;
$TIMESTAMP=system("$(date -u +%s%N | cut -b1-13)", $retval);
$TIMESTAMP=system("date -u +%s%N | cut -b1-13", $retval);
print_r($TIMESTAMP);
$YOU=system("ps u -C ipfs | tail -n 1 | cut -f 1 -d ' '", $retval);