From 26f88e043ebedcadd337011ce527f6148350f0dc Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 31 Oct 2018 15:28:37 +0100 Subject: homemade very root database engine --- w/class/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w/class/config.php') 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; -- cgit v1.2.3