mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit d3f57fab7865c9ce36dc1beba880f899fa4812cb
parent fbd7b799e1984f2e083ac4010ac6eb6c1f0785aa
Author: markseu <mark2011@mayberg.se>
Date:   Fri,  7 Sep 2018 20:56:08 +0200

Updated setup files

Diffstat:
Msystem/plugins/setup.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/plugins/setup.php b/system/plugins/setup.php @@ -243,7 +243,7 @@ class YellowSetup { if (!$this->yellow->config->isExisting($key)) continue; $data[$key] = trim($value); } - if ($this->yellow->config->get("sitename")=="Datenstrom Yellow") $data["sitename"] = $name; + if ($this->yellow->config->get("sitename")=="Datenstrom Yellow") $data["sitename"] = $_REQUEST["name"]; $data["timezone"] = $this->yellow->toolbox->getTimezone(); $data["staticUrl"] = $this->yellow->toolbox->getServerUrl(); $data["setupMode"] = "0";