Skip to content
Snippets Groups Projects
Commit 53e111b4 authored by Torsten Kunst's avatar Torsten Kunst Committed by Torsten Kunst
Browse files

update composer

parent d553d33d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ require(APP_PATH . '/config.php');
\App::$log = new \Monolog\Logger('Zmsmessaging');
\App::$now = (\App::$now instanceof \DateTimeInterface) ? \App::$now : new \DateTimeImmutable();
\App::$http = new \BO\Zmsclient\Http(\App::HTTP_BASE_URL);
\App::$http->setUserInfo(\App::$httpUser, \App::$httpPassword);
\BO\Zmsclient\Psr7\Client::$curlopt = \App::$http_curl_config;
......@@ -20,5 +20,9 @@ class App extends \BO\Zmsmessaging\Application
const HTTP_BASE_URL = ZMS_API_URL;
}
App::$httpUser = '_system_messenger';
App::$httpPassword = 'password';
// uncomment for testing
//App::$now = new DateTimeImmutable('2016-04-01 11:55:00', new DateTimeZone('Europe/Berlin'));
......@@ -21,7 +21,6 @@ class BaseController
public function __construct($verbose = false, $maxRunTime = 50)
{
$this->verbose = $verbose;
\App::$http->setUserInfo(\App::$httpUser, \App::$httpPassword);
$this->startTime = microtime(true);
$this->maxRunTime = $maxRunTime;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.