diff --git a/includes/account.php b/includes/account.php index e9ff0d4..4a5a5f3 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1827,6 +1827,15 @@ mysql_query("update `users` set `tverify`='$ver' where `id`='$memid'"); } + if($id == 43 && $_GET['codesign'] > 0) + { + $memid = $_GET['userid'] = intval($_GET['codesign']); + $query = "select * from `users` where `id`='$memid'"; + $row = mysql_fetch_assoc(mysql_query($query)); + $ver = !$row['codesign']; + mysql_query("update `users` set `codesign`='$ver' where `id`='$memid'"); + } + if($id == 50) { if($_GET['userid'] != "") diff --git a/pages/account/43.php b/pages/account/43.php index 932cc3c..89fe485 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -94,6 +94,10 @@ : + + : + + : diff --git a/www/src-lic.php b/www/src-lic.php index 4bc7a94..3916ea6 100644 --- a/www/src-lic.php +++ b/www/src-lic.php @@ -1,7 +1,7 @@