diff options
Diffstat (limited to 'w/class/config.php')
-rw-r--r-- | w/class/config.php | 2 |
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; |