aboutsummaryrefslogtreecommitdiff
path: root/app/class/config.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-22 04:58:54 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-22 04:58:54 +0100
commit920610490ea8c0e7ed4d8711eb5c7fc885239457 (patch)
tree1ee709a3662dacc3a5151305c6b0854d641cefba /app/class/config.php
parent08edd92a2135d486603687b181979854b60a3bcc (diff)
downloadwcms-920610490ea8c0e7ed4d8711eb5c7fc885239457.tar.gz
wcms-920610490ea8c0e7ed4d8711eb5c7fc885239457.zip
login level session separate by basepath
Diffstat (limited to 'app/class/config.php')
-rw-r--r--app/class/config.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/class/config.php b/app/class/config.php
index 36a5116..d6164ca 100644
--- a/app/class/config.php
+++ b/app/class/config.php
@@ -19,9 +19,7 @@ abstract class Config
protected static $defaultart = '';
protected static $defaultfavicon = '';
protected static $showeditmenu = true;
- protected static $editsymbol = 'pen';
- protected static $version = '';
-
+ protected static $editsymbol = 'pen';