issue122, use one text-field instead of 3 separated for year, month and date
[phpfspot.git] / index.php
index 3cdf3bb24fb377c6c2b72efde2b99332616bfd17..a120a0660a27b1b9f70b30bc5665d9cb13b6259a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /***************************************************************************
  *
  *
  ***************************************************************************/
 
+/**
+ * initialize phpfspot
+ *
+ * @package phpfspot
+ */
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;