From 69049acef2ee593d65af7bcb62055dae6c9615b4 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 20 Oct 2020 21:53:28 +0200 Subject: Remove some unused DB functions / globals Now it begins to pay off, that (nearly) all model classes were updated to use the new Database class :) --- ratatoeskr/main.php | 1 - 1 file changed, 1 deletion(-) (limited to 'ratatoeskr/main.php') diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php index 6353050..c5f0b89 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -48,7 +48,6 @@ function _ratatoeskr() global $backend_subactions, $ste, $url_handlers, $ratatoeskr_settings, $plugin_objs, $api_compat; session_start(); - db_connect(); clean_database(); if (isset($ratatoeskr_settings["debugmode"]) and $ratatoeskr_settings["debugmode"]) { -- cgit v1.2.3-54-g00ecf