16 lines
472 B
PHP
Executable file
16 lines
472 B
PHP
Executable file
<?php
|
|
/**
|
|
* plugins/abook_carddav/functions.php -- Functions used by plugin
|
|
*
|
|
* SquirrelMail Address Book CardDAV Backend
|
|
* Copyright (C) 2021 Aleksei Shpakovsky
|
|
* This program is licensed under GPLv3. See COPYING for details
|
|
* based on:
|
|
* SquirrelMail Address Book Backend template
|
|
* Copyright (C) 2004 Tomas Kuliavas <tokul@users.sourceforge.net>
|
|
* This program is licensed under GPL. See COPYING for details
|
|
*/
|
|
|
|
// ADDME: add plugins extra functions here
|
|
|
|
?>
|