aboutsummaryrefslogtreecommitdiff
path: root/class/class.w.config.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-09-02 16:19:13 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-09-02 16:19:13 +0200
commitcbecc0dfc819febf4c2b36791d5a2a7e69d842af (patch)
treec181eb875cef9ca6a48f0b807905d7a2c15bee98 /class/class.w.config.php
parente9b2ca7c06875069fa03379258625490872cc33d (diff)
downloadwcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.tar.gz
wcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.zip
2.5 mobile update + minor upgrades and fixes
Diffstat (limited to 'class/class.w.config.php')
-rw-r--r--class/class.w.config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/class/class.w.config.php b/class/class.w.config.php
index 4a63f86..839bf77 100644
--- a/class/class.w.config.php
+++ b/class/class.w.config.php
@@ -99,6 +99,8 @@ class Config
return $this->cssread;
}
+
+
// __________________________________________ S E T ______________________________________
public function sethost($host)
@@ -156,6 +158,7 @@ class Config
$this->cssread = strip_tags($cssread);
}
+
}