From 70a7410b1a0e1d7c5f64cb5d9caa87253469d0fe Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 18 Jun 2014 10:42:50 -0400 Subject: [PATCH] Remove key --- airtime_mvc/application/controllers/BillingController.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/controllers/BillingController.php b/airtime_mvc/application/controllers/BillingController.php index a24416a96..044926734 100644 --- a/airtime_mvc/application/controllers/BillingController.php +++ b/airtime_mvc/application/controllers/BillingController.php @@ -44,13 +44,12 @@ class BillingController extends Zend_Controller_Action { //$invoiceUrl = "https://account.sourcefabric.com/viewinvoice.php?id=".$result["invoiceid"]; $whmcsurl = "https://account.sourcefabric.com/dologin.php"; - $autoauthkey = "MabIttEtkac2"; + $autoauthkey = ""; $timestamp = time(); //whmcs timezone? $client = self::getClientDetails(); $email = $client["email"]; $hash = sha1($email.$timestamp.$autoauthkey); - //$goto="viewinvoice.php?id=5108"; - $goto = "clientarea.php"; + $goto="viewinvoice.php?id=5108"; $this->_redirect($whmcsurl."?email=$email×tamp=$timestamp&hash=$hash&goto=$goto"); } else {