Using this code :
<?php
include '/usr/local/cpanel/Cpanel/Accounting.php.inc';
$host = "localhost";
$user = "removed-username";
$accesshash = 'removed-access-hash';
$accts = listaccts($host,$user,$accesshash,0);
print_r($accts);
$pkgs = listpkgs($host,$user,$accesshash,0);
print_r($pkgs);
?>
2 servers are running 4.3.9
both work fine
3 servers are running 4.3.10
dont work.
nothing 'shows up' - on the page...
I think it must be the version of PHP - any ideas how to solve this problem?
Thanks for -ANY- insight.
-Arron