summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-12 18:40:20 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-12 18:40:20 +0200
commit55677896eb839e20542440e51c5737a318240dab (patch)
treed297da5ec9c75bbcad7365a44aa60ecedd015573 /phpfspot.class.php
parentb583a04ebad60d02349b78f8c38353e0cb3eb9ea (diff)
update documentation
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index b8f45a8..95227aa 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -28,6 +28,9 @@ require_once "phpfspot_db.php";
/**
* PHPFSPOT main class
*
+ * this class contains the most functions which will to the major
+ * work for phpfspot.
+ *
* @package phpfspot
*/
class PHPFSPOT {
@@ -2563,7 +2566,7 @@ class PHPFSPOT {
* error message
* @param string $file
* @param boolean $silent
- * @retrun boolean
+ * @return boolean
*/
private function check_readable($file, $silent = null)
{