From 2d855a0071bd3e3919020c9a72a009e280472703 Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Mon, 26 Sep 2016 17:23:26 +0200 Subject: [PATCH] remove tests for prod --- modules/paybox/paiement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/paybox/paiement.php b/modules/paybox/paiement.php index 64df284a..09a9cfe4 100755 --- a/modules/paybox/paiement.php +++ b/modules/paybox/paiement.php @@ -91,8 +91,8 @@ $info_useless = array('Content-type: text/html', 'Cache-Control: no-cache, no-st if( Configuration::get('PBX_DEMO_MODE') == 0 ) { echo str_replace($info_useless,'', shell_exec('/srv/http/bbb_git/cgi-bin/modulev2.cgi '. $params)); } else { - echo str_replace($info_useless,'', shell_exec('/srv/http/bbb_git/cgi-bin/modulev2.cgi '. $params)); - //echo str_replace($info_useless,'', shell_exec('/home/www/bebeboutik.com/cgi/www/modulev2.cgi '. $params)); + //echo str_replace($info_useless,'', shell_exec('/srv/http/bbb_git/cgi-bin/modulev2.cgi '. $params)); + echo str_replace($info_useless,'', shell_exec('/home/www/bebeboutik.com/cgi/www/modulev2.cgi '. $params)); } include(dirname(__FILE__).'/../../footer.php');