diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-22 04:58:54 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-22 04:58:54 +0100 |
commit | 920610490ea8c0e7ed4d8711eb5c7fc885239457 (patch) | |
tree | 1ee709a3662dacc3a5151305c6b0854d641cefba /app/class/config.php | |
parent | 08edd92a2135d486603687b181979854b60a3bcc (diff) | |
download | wcms-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.php | 4 |
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'; |