From 9decc6a7a9c6339fc48c6e00d14eb21fe1dac972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Sat, 15 Aug 2020 20:24:39 +0300 Subject: [PATCH] Include db class in setup --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index df8f4bd..fee7793 100644 --- a/install.php +++ b/install.php @@ -9,6 +9,7 @@ define("COPYRIGHT_TEXT",""); define('SUBSCRIBE_EMAIL', false); define('SUBSCRIBE_TELEGRAM', false); require_once("classes/locale-negotiator.php"); +include("classes/db-class.php"); $negotiator = new LocaleNegotiator("en_GB"); $message = "";