🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 10:40:18 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
updraftplus
/
includes
📍 /home/therahul/thedasstores.com/wp-content/plugins/updraftplus/includes
🔄 Refresh
✏️
Editing: get-cpanel-quota-usage.pl
Writable
#!/usr/local/bin/perl use strict; use Env qw(UPDRAFTPLUSKEY); if ($UPDRAFTPLUSKEY ne 'updraftplus') { die('Error'); } BEGIN { unshift @INC, '/usr/local/cpanel'; } use Cpanel::Quota (); # Used, limit, remain, files used, files limit, files remain my @homesize = ( Cpanel::Quota::displayquota( { 'bytes' => 1, 'include_sqldbs' => 1, 'include_mailman' => 1, })); print 'RESULT: '.join(" ", @homesize)."\n";
💾 Save Changes
❌ Cancel