1
0
Fork 0
mirror of synced 2024-07-13 02:16:25 +12:00
This commit is contained in:
Damodar Lohani 2024-06-04 01:31:05 +00:00
parent 66ac96580b
commit f762d66c5e

View file

@ -103,7 +103,7 @@ class Webhooks extends Action
\curl_setopt($ch, CURLOPT_MAXFILESIZE, self::MAX_FILE_SIZE);
\curl_setopt($ch, CURLOPT_USERAGENT, \sprintf(
APP_USERAGENT,
App::getEnv('_APP_VERSION', 'UNKNOWN'),
System::getEnv('_APP_VERSION', 'UNKNOWN'),
System::getEnv('_APP_EMAIL_SECURITY', System::getEnv('_APP_SYSTEM_SECURITY_EMAIL_ADDRESS', APP_EMAIL_SECURITY))
));
\curl_setopt(