fixed path problem (missing "/")
[phpfspot.git] / index.php
index 98a2fbc10105e99e387779528473bcadac2565b1..a120a0660a27b1b9f70b30bc5665d9cb13b6259a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,9 +1,10 @@
-<?
+<?php
 
 /***************************************************************************
  *
- * 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
  *
  ***************************************************************************/
 
+/**
+ * initialize phpfspot
+ *
+ * @package phpfspot
+ */
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;