package Imunify::Config; use strict; use warnings FATAL => 'all'; use constant { PLUGIN_PATH => '/cgi/imunify', COMMAND_WRAPPER_PATH => '/usr/bin/imunify360-command-wrapper' }; 1;