remove quickconfig include since it's not used

This commit is contained in:
Alexey Shpakovsky 2021-05-30 23:22:38 +02:00
parent 6255ace52f
commit 0c76615913
1 changed files with 0 additions and 1 deletions

1
abook_class.php Executable file → Normal file
View File

@ -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};