Skip to main content

Retrieve User NVData from Standardized Hook

Comments

1 comment

  • cPanelKenneth
    Hi, Usually, you need to call Cpanel::initcp before calling any API calls in the Cpanel or Cpanel::API name spaces. Something like:
    use Cpanel; my $cpanel = Cpanel->new(); $cpanel->initcp( "cpanel_user_name");
    0

Please sign in to leave a comment.