From 3fea9a0cb619cb0969c48f8c350b090325ac24c9 Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Thu, 17 Jul 2014 20:47:35 +0000 Subject: [PATCH] billing app update support --- app/destinations/destination_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index a16f5f5de5..13dd20f9e2 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -35,8 +35,8 @@ else { exit; } -if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billings/app_config.php")){ - require_once "app/billings/functions.php"; +if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.php")){ + require_once "app/billing/functions.php"; } //add multi-lingual support @@ -629,7 +629,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; // billing - if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billings/app_config.php")){ + if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.php")){ echo "\n"; echo "\n"; echo " ".$text['label-monthly_price'].":\n";