main
Jordi Boggiano 12 years ago
parent 7d8636046b
commit 16671831ef

@ -16,10 +16,10 @@ if (function_exists('ini_set')) {
switch($unit) {
case 'g':
$value *= 1024;
//no break (cumulative multiplier)
// no break (cumulative multiplier)
case 'm':
$value *= 1024;
//no break (cumulative multiplier)
// no break (cumulative multiplier)
case 'k':
$value *= 1024;
}

Loading…
Cancel
Save