]> 91.132.146.200 Git - selfpaste.git/commitdiff
code docu cleanup
authorBanana <banana@mirage>
Sun, 22 Dec 2019 15:12:57 +0000 (16:12 +0100)
committerBanana <banana@mirage>
Sun, 22 Dec 2019 15:12:57 +0000 (16:12 +0100)
webroot/lib/mancubus.class.php

index 759665477d8d507556b03022f9a1a70bc321179b..c14e6e7a5a8985929cc594c0d7de570b92eeb146 100644 (file)
@@ -107,6 +107,11 @@ class Mancubus {
         }
     }
 
+    /**
+     * After setting importing stuff process the upload
+     * return status and message
+     * @return array
+     */
     public function process() {
         $ret = array(
             'message' => '',
@@ -281,6 +286,9 @@ class Mancubus {
         );
     }
 
+    /**
+     * clean up the flood tmp files. Everything older then 30 sec will be deleted.
+     */
     private function _cleanupFloodFiles() {
         $iterator = new DirectoryIterator(SELFPASTE_UPLOAD_DIR);
         $now = time();