testAuth(); } if($_GET['action'] == 'getPdlGestiuni') { $facturisSync->getPdlGestiuni(); } if($_GET['action'] == 'getPdls') { $facturisSync->getPdls(); } if($_GET['action'] == 'checkLatestVersion') { $facturisSync->checkLatestVersion(); } }