Update insertasset.blade.php
This commit is contained in:
parent
7e91fa8e3b
commit
4b81be4689
|
|
@ -1,6 +1,6 @@
|
|||
@php
|
||||
//header("location:" . $file);
|
||||
if(isset($_GET['nswts'])){
|
||||
if(isset($_GET['nsets'])){
|
||||
$nsets = (int)$_GET["nsets"];
|
||||
} else {
|
||||
$nsets = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue