Quick observation on a mini bug here. In commbull.php you have paths hardwired to the admincp dir, which naturally break if people have this set to something else ($admincpdir var in includes/config.php). Lines 56, 57, and 1385 of commbull.php should have admincp/blah.php changed either to $admincpdir/blah.php (while requiring includes/config.php), or some other settable ACP var in commbull.php itself.
|