netnameus

Well-Known Member
Mar 7, 2004
131
0
166
I'm getting wierd output from the listaccts() global... anyone else seeing this?

Code:
	$accts = listaccts($_CCFG['WHM_HOST'], $_CCFG['WHM_USER'], $rak, 0);
	IF ($_CCFG['WHM_DEBUG_ON']) { print_r($accts); }
Returns

Array ( [ Array ( [0] => +3>[ Page Array ( [0] => xxxxxx.info [1] => inxxxrse_starter [2] => xxxx
Notice the "+3>[ Page" Part
 

vortex2000

Member
PartnerNOC
Apr 21, 2004
16
0
151
Hey,

I get that too when I do a listaccts. I think it is the default return. Maybe some text formatting or advanced programming could fix the problem?