diff options
Diffstat (limited to 'includes/account.php')
-rw-r--r-- | includes/account.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/includes/account.php b/includes/account.php index 36793f0..5be932b 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1189,24 +1189,6 @@ exit; } - - if($oldid == 6 && $_REQUEST['certid'] != "") - { - if(trim($_REQUEST['description']) != ""){ - $description= trim(mysql_real_escape_string(stripslashes($_REQUEST['description']))); - }else{ - $description= ""; - } - - if(trim($_REQUEST['disablelogin']) == "1"){ - $disablelogin = 1; - }else{ - $disablelogin = 0; - } - - mysql_query("update `emailcerts` set `disablelogin`='$disablelogin', `description`='$description' where `id`='".$_REQUEST['certid']."' and `memid`='".$_SESSION['profile']['id']."'"); - } - if($oldid == 13 && $process != "" && $showdetails!="") { csrf_check("perschange"); |