Current Path :
/
var
/
softaculous
/
dolibarr
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//var/softaculous/dolibarr/update_token.php
<?php @unlink('update_token.php'); //Required for auto inclusion of libraries and classes require_once 'master.inc.php'; $payment_token = dolEncrypt(bin2hex(random_bytes(12))); echo '<payment_token>'.$payment_token.'</payment_token>'; ?>