Changeset 3188
- Timestamp:
- 06/26/12 13:41:48 (11 months ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/m_quota.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_quota.php
r3187 r3188 151 151 while (list($key,$val)=each($this->disk)) { 152 152 $a=array(); 153 exec("/usr/lib/alternc/quota_get ".$cuid ." ".$val,$a);153 exec("/usr/lib/alternc/quota_get ".$cuid ,$a); 154 154 $this->quotas[$val]=array("t"=>$a[1],"u"=>$a[0]); 155 155 }
Note: See TracChangeset
for help on using the changeset viewer.
