X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=index.php;h=0822da36a5705cf6628f2b29217ff01938d74137;hp=98a2fbc10105e99e387779528473bcadac2565b1;hb=94b3b6259391b0d2f206c792974b6ff53a70aa63;hpb=6e2d319e3b4fb0aac55413bbcc121669a19e3720 diff --git a/index.php b/index.php index 98a2fbc..0822da3 100644 --- a/index.php +++ b/index.php @@ -2,8 +2,9 @@ /*************************************************************************** * - * Copyright (c) by Andreas Unterkircher, unki@netshadow.at - * All rights reserved + * phpfspot, presents your F-Spot photo collection in Web browsers. + * + * Copyright (c) by Andreas Unterkircher * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +22,11 @@ * ***************************************************************************/ +/** + * initialize phpfspot + * + * @package phpfspot + */ require_once "phpfspot.class.php"; $fspot = new PHPFSPOT;