summaryrefslogtreecommitdiff
path: root/server/core/Image.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/Image.php')
-rwxr-xr-xserver/core/Image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/core/Image.php b/server/core/Image.php
index e9736a2..c595135 100755
--- a/server/core/Image.php
+++ b/server/core/Image.php
@@ -5,7 +5,7 @@
* @version 1.0 Initialisation of this file
* @since 1.0 Core application's file
*
-* @author Yogg 'yogg at epsina . com'
+* @author Evan Pisani 'yogg at epsina . com'
*
* @todo Complete the functions with errors detection and finish the descriptions
*/
@@ -19,7 +19,7 @@ include("CoreInterface.php");
/**
* Image Class of the back-end application
*
-* ADD CLASS DESCRIPTION
+* Management of images
*
*/
class image implements Core{