Merge branch 'ticket-payboxAgreement' into develop
This commit is contained in:
commit
b9155ff9cb
@ -91,7 +91,8 @@ $info_useless = array('Content-type: text/html', 'Cache-Control: no-cache, no-st
|
|||||||
if( Configuration::get('PBX_DEMO_MODE') == 0 ) {
|
if( Configuration::get('PBX_DEMO_MODE') == 0 ) {
|
||||||
echo str_replace($info_useless,'', shell_exec('/srv/http/bbb_git/cgi-bin/modulev2.cgi '. $params));
|
echo str_replace($info_useless,'', shell_exec('/srv/http/bbb_git/cgi-bin/modulev2.cgi '. $params));
|
||||||
} else {
|
} else {
|
||||||
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');
|
include(dirname(__FILE__).'/../../footer.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user