plugins/SpecialUpdownload.php
changeset 536 218a627eb53e
parent 519 94214ec0871c
child 564 a1c450a911a6
equal deleted inserted replaced
533:698a8f04957c 536:218a627eb53e
    10 }
    10 }
    11 **!*/
    11 **!*/
    12 
    12 
    13 /*
    13 /*
    14  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
    14  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
    15  * Version 1.1.3 (Caoineag alpha 3)
    15  * Version 1.1.4 (Caoineag alpha 4)
    16  * Copyright (C) 2006-2007 Dan Fuhry
    16  * Copyright (C) 2006-2008 Dan Fuhry
    17  * 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
    17  * 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
    18  *
    18  *
    19  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    19  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    20  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    20  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    21  *
    21  *