From 0c76615913bb745aac4f650445aac353f023f886 Mon Sep 17 00:00:00 2001 From: Alexey Shpakovsky Date: Sun, 30 May 2021 23:22:38 +0200 Subject: [PATCH] remove quickconfig include since it's not used --- abook_class.php | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 abook_class.php diff --git a/abook_class.php b/abook_class.php old mode 100755 new mode 100644 index a8d4abd..1cf0aa8 --- a/abook_class.php +++ b/abook_class.php @@ -11,7 +11,6 @@ * This program is licensed under GPL. See COPYING for details */ -require 'quickconfig.php'; require 'vendor/autoload.php'; use MStilkerich\CardDavClient\{Account, AddressbookCollection, Config};