📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 12:36:36
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
updraftplus
/
includes
📍 /home/apkbfjox/kattu.com.pk/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