summaryrefslogtreecommitdiff
path: root/ng_selfservice/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'ng_selfservice/index.php')
-rw-r--r--ng_selfservice/index.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/ng_selfservice/index.php b/ng_selfservice/index.php
index 06e8fc1..62b6562 100644
--- a/ng_selfservice/index.php
+++ b/ng_selfservice/index.php
@@ -3,7 +3,7 @@
require('freeside.class.php');
$freeside = new FreesideSelfService();
-$login_info = $freeside->login_info( array('session_id' => $_COOKIE['session_id'],));
+$login_info = $freeside->login_info();
extract($login_info);
@@ -60,7 +60,7 @@ if ( $error ) {
<? if ( $phone_login ) { ?>
<B>OR</B><BR><BR>
-
+
<FORM ACTION="process_login.php" METHOD=POST>
<INPUT TYPE="hidden" NAME="session" VALUE="login">
<TABLE BGCOLOR="#c0c0c0" BORDER=0 CELLSPACING=2 CELLPADDING=0>
@@ -85,10 +85,6 @@ if ( $error ) {
<? } ?>
-<!--
-<BR><BR><A HREF="ip_login.php">Login by IP (<? echo $_SERVER['REMOTE_ADDR']; ?>) to make a payment.</A>
--->
-
<? include('elements/footer.php'); ?>