Use setting instead of hardcoded name, refs #814
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -106,7 +106,7 @@ $db_root->close();
|
|||||||
if ($settings['system']['diskquota_enabled'])
|
if ($settings['system']['diskquota_enabled'])
|
||||||
{
|
{
|
||||||
# Fetch all quota in the desired partition
|
# Fetch all quota in the desired partition
|
||||||
exec("repquota -np " . $settings['system']['diskquota_customer_partition'], $repquota);
|
exec($settings['system']['diskquota_repquota_path'] . " -np " . $settings['system']['diskquota_customer_partition'], $repquota);
|
||||||
|
|
||||||
$usedquota = array();
|
$usedquota = array();
|
||||||
foreach ($repquota as $tmpquota)
|
foreach ($repquota as $tmpquota)
|
||||||
|
|||||||
Reference in New Issue
Block a user