|
@@ -26,7 +26,6 @@ require("../../init.php");
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
$whmcs = App::self();
|
|
$whmcs = App::self();
|
|
|
-//AccountSummary::initContent();
|
|
|
|
|
$pid = (int) $whmcs->get_req_var('pid');
|
|
$pid = (int) $whmcs->get_req_var('pid');
|
|
|
$id = (int) $whmcs->get_req_var('id');
|
|
$id = (int) $whmcs->get_req_var('id');
|
|
|
$get = $whmcs->get_req_var('get');
|
|
$get = $whmcs->get_req_var('get');
|
|
@@ -64,6 +63,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
|
|
|
->get();
|
|
->get();
|
|
|
|
|
|
|
|
$service = new Service($id);
|
|
$service = new Service($id);
|
|
|
|
|
+AccountSummary::initContent();
|
|
|
//$ressource = new ResourceManager();
|
|
//$ressource = new ResourceManager();
|
|
|
|
|
|
|
|
print_r($service);
|
|
print_r($service);
|