Update insertasset.blade.php

This commit is contained in:
Thomas G 2022-08-09 05:23:40 +10:00
parent 7e91fa8e3b
commit 4b81be4689
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
@php
//header("location:" . $file);
if(isset($_GET['nswts'])){
if(isset($_GET['nsets'])){
$nsets = (int)$_GET["nsets"];
} else {
$nsets = 0;