From f80c5fd8ed21c042d592c05991bda3a458bd77a3 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 30 Jan 2024 18:16:05 +0100 Subject: [PATCH] Update init.php --- system/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/init.php b/system/init.php index d4867a91..21de3a0c 100644 --- a/system/init.php +++ b/system/init.php @@ -135,7 +135,6 @@ if(!isset($foundValue)) { $config['data_path'] = $foundValue; unset($foundValue); - // POT require_once SYSTEM . 'libs/pot/OTS.php'; $ots = POT::getInstance();