diff --git a/resources/views/client/insertasset.blade.php b/resources/views/client/insertasset.blade.php index 339788d..945ad75 100644 --- a/resources/views/client/insertasset.blade.php +++ b/resources/views/client/insertasset.blade.php @@ -1,6 +1,6 @@ @php //header("location:" . $file); - if(isset($_GET['nswts'])){ + if(isset($_GET['nsets'])){ $nsets = (int)$_GET["nsets"]; } else { $nsets = 0;