Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/imunify/handlers/Imunify/Config.pm

package Imunify::Config;

use strict;
use warnings FATAL => 'all';

use constant {
    PLUGIN_PATH => '/cgi/imunify',
    COMMAND_WRAPPER_PATH => '/usr/bin/imunify360-command-wrapper'
};

1;
Back to Directory File Manager