".$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 "