Code comments

This commit is contained in:
2016-06-19 00:16:25 +02:00
parent e0eb5cf1f0
commit 5c98fe9e56
7 changed files with 139 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* download.php, zarafa contact to vcf im/exporter
*
@@ -22,7 +23,10 @@
*/
class DownloadHandler
{
/**
* Download the given vcf file.
* @return bool
*/
public static function doDownload()
{
if (isset($_GET["token"])) {