diff options
-rw-r--r-- | ng_selfservice/prepaid.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ng_selfservice/prepaid.php b/ng_selfservice/prepaid.php index d9e6a8d92..bf941f876 100644 --- a/ng_selfservice/prepaid.php +++ b/ng_selfservice/prepaid.php @@ -1,5 +1,5 @@ <? $title ='Prepaid Card Account Recharge'; include('elements/header.php'); ?> -<? $current_menu = 'recharge.php'; include('elements/menu.php'); ?> +<? $current_menu = 'prepaid.php'; include('elements/menu.php'); ?> <? // This page is currently only designed for packages that use prepaid pricing. @@ -141,7 +141,7 @@ if ($balance != 0) { } ?> -<FORM NAME="OneTrueForm" METHOD="POST" ACTION="recharge.php" onSubmit="document.OneTrueForm.process.disabled=true"> +<FORM NAME="OneTrueForm" METHOD="POST" ACTION="prepaid.php" onSubmit="document.OneTrueForm.process.disabled=true"> <? if ($balance <= 0) { |