This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
* disable wait in curl request (php method)
pull/496/head
maenz.torsten
4 years ago
parent
2f9e3ddf53
commit
ee013b009a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
system/includes/functions.php
+ 3
- 0
system/includes/functions.php
View File
@ -2078,6 +2078,9 @@ EOF;
// Matomo object
$matomoTracker
=
new
MatomoTracker
((
int
)
$matomoID
,
$matomoURL
);
// do not wait
$matomoTracker
->
setRequestTimeout
(
1
);
// Set authentication token
$matomoTracker
->
setTokenAuth
(
$matomoToken
);
Write
Preview
Loading…
Cancel
Save