summaryrefslogtreecommitdiffstats
path: root/phpfspot_img.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r--phpfspot_img.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php
index 43107ac..8379b83 100644
--- a/phpfspot_img.php
+++ b/phpfspot_img.php
@@ -24,6 +24,14 @@
require_once "phpfspot.class.php";
+/**
+ * PHPFSPOT_IMG class
+ *
+ * handles phpfspot's photos. It will output either the photo binaries
+ * or can also show error messages as a on-the-fly generated picture.
+ *
+ * @package phpfspot
+ */
class PHPFSPOT_IMG {
var $db;