diff options
Diffstat (limited to 'calculate_quota_inc.php')
| -rw-r--r-- | calculate_quota_inc.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calculate_quota_inc.php b/calculate_quota_inc.php index b93dba6..ac04803 100644 --- a/calculate_quota_inc.php +++ b/calculate_quota_inc.php @@ -1,4 +1,14 @@ <?php +/** + * @version $Revision: 1.2 $ + * @package quota + * + * settings that are useful to know about at upload time + */ + +/** + * quota setup + */ require_once( QUOTA_PKG_PATH.'LibertyQuota.php' ); $quota = new LibertyQuota(); |
