aboutsummaryrefslogtreecommitdiff
path: root/w/class/config.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-31 15:28:37 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-10-31 15:28:37 +0100
commit26f88e043ebedcadd337011ce527f6148350f0dc (patch)
treeb41d1c9dd646c35a2cac88ba999b0cdd35726a68 /w/class/config.php
parente17392e46259e6f2e012017987cf7c31c171488f (diff)
downloadwcms-26f88e043ebedcadd337011ce527f6148350f0dc.tar.gz
wcms-26f88e043ebedcadd337011ce527f6148350f0dc.zip
homemade very root database engine
Diffstat (limited to 'w/class/config.php')
-rw-r--r--w/class/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/w/class/config.php b/w/class/config.php
index 674aa66..3dd93b2 100644
--- a/w/class/config.php
+++ b/w/class/config.php
@@ -8,7 +8,7 @@ abstract class Config
protected static $dbname;
protected static $user;
protected static $password;
- protected static $arttable;
+ protected static $arttable = 'artstore';
protected static $domain;
protected static $admin;
protected static $editor;