mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-01 13:52:17 +00:00
update
This commit is contained in:
parent
2be4c24c5a
commit
c401014fde
1 changed files with 1 additions and 10 deletions
11
insert.php
11
insert.php
|
@ -101,13 +101,4 @@ foreach($files as $file) {
|
|||
} else {
|
||||
var_dump($questions);
|
||||
}
|
||||
}?>
|
||||
<h1>Question inserter thingy.</h1>
|
||||
<h3>RAW DATA</h3>
|
||||
<form action="/insert.php" method="POST">
|
||||
Raw Data: <label>
|
||||
Actually insert: <input type="checkbox" name="insert" value="1">
|
||||
<textarea cols="200" rows="20" name="raw" required><?=$_REQUEST['raw']?:""?></textarea>
|
||||
</label><br/><br/>
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue