@@ -8,7 +8,7 @@
<script>
jQuery(document).ready(function(){
- $("a[href='/upgrade.php?type=configoptions&id=90']").attr('href', 'blubb');
+ $("a[href='/upgrade.php?type=configoptions&id={$id}']").attr('href', 'blubb');
});
</script>