diff --git a/includes/account.php b/includes/account.php index 2d7f601..cabde5e 100644 --- a/includes/account.php +++ b/includes/account.php @@ -485,7 +485,7 @@ if($_REQUEST['process'] != "" && $oldid == 10) { - $CSR = trim($CSR); + $CSR = trim($_REQUEST['CSR']); $_SESSION['_config']['tmpfname'] = tempnam("/tmp", "FOO"); $fp = fopen($_SESSION['_config']['tmpfname'], "w"); fputs($fp, $CSR);