mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 15:23:11 +02:00
Add a WireHttp::setUserAgent() method to accompany existing getUserAgent() method
This commit is contained in:
@@ -14,7 +14,7 @@ if(!defined("PROCESSWIRE")) die();
|
||||
/** @var Paths $urls */
|
||||
/** @var string $layout */
|
||||
|
||||
$version = $adminTheme->version . 'f';
|
||||
$version = $adminTheme->version . 'g';
|
||||
$rootUrl = $config->urls->root;
|
||||
$themeUrl = $adminTheme->url();
|
||||
$styles = $config->styles;
|
||||
|
Reference in New Issue
Block a user