plugins/SpecialUpdownload.php
changeset 317 f8356d9c3481
parent 292 b3cfaf0a505c
child 326 ab66d6d1f1f4
child 445 62e1a6f3de84
--- a/plugins/SpecialUpdownload.php	Wed Dec 12 21:04:20 2007 -0500
+++ b/plugins/SpecialUpdownload.php	Wed Dec 12 21:37:23 2007 -0500
@@ -4,13 +4,13 @@
 Plugin URI: http://enanocms.org/
 Description: Provides the pages Special:UploadFile and Special:DownloadFile. UploadFile is used to upload files to the site, and DownloadFile fetches the file from the database, creates thumbnails if necessary, and sends the file to the user.
 Author: Dan Fuhry
-Version: 1.0.2
+Version: 1.0.3
 Author URI: http://enanocms.org/
 */
 
 /*
  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
- * Version 1.0.2
+ * Version 1.0.3
  * Copyright (C) 2006-2007 Dan Fuhry
  * SpecialUpdownload.php - handles uploading and downloading of user-uploaded files - possibly the most rigorously security-enforcing script in all of Enano, although sessions.php comes in a close second
  *