".$setting." [".$oldval."]
"; echo "".$setting." [".$newval."]

"; } session_start(); if (!file_exists("config/isp.conf.php")) { header("Location: setup.php"); exit; } # Include core interface files! if ( !include("program/includes/product_gui.php") ) { echo "\n\n\n\n \n\n\n\n"; } error_reporting(E_PARSE); ######################################################################################### ###### DISPLAY LOADING SCREEN AND OPEN APPLICATION WINDOW. ##### ######################################################################################### if ($loginloop != "active") { if(isset($_POST)){ $getstring = ''; foreach($_POST as $sesvar=>$sesval){ if($sesvar != 'PHPSESSID'){ $getstring .= $sesvar.'='.base64_encode($sesval).'&'; } } $getstring = eregi_replace('&$', '', $getstring); } echo "SMT Login\n"; echo "\n"; echo ""; echo "\n"; echo "\n"; echo "\n"; exit; } // End Loader Sequence ######################################################################## ### LOGIN ACCEPTED, PULL USER OPTIONS MENU ### ######################################################################## //$SSL_CHECKOUT_LINK = 'http://".$_SESSION['this_ip']."/sohoadmin/version.php?PHPSESSID=".session_id(); //$SSL_VARIABLE."pgm-checkout.php?sid=".session_id(); header ("Location: http://".$_SESSION['this_ip']."/sohoadmin/version.php"); exit; ?>