1
0
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:
Ryan Cramer
2021-07-28 10:42:23 -04:00
parent 9e318c9688
commit 003c7f91b0
3 changed files with 17 additions and 3 deletions

View File

@@ -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;