refactoring of table database, added script for upgrading to versions >= 2.0, added multi-user support
Signed-off-by: giandonato.inverso@edempg.it <giandonato.inverso@studenti.unimi.it>
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
cdab7df35d
commit
575a6b3caa
@@ -22,6 +22,7 @@ if($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["edit"])) {
|
||||
isset($_POST["filename"]) &&
|
||||
isset($_POST["link"]) &&
|
||||
isset($_POST["state"]) &&
|
||||
isset($_POST["id_owner"]) &&
|
||||
isset($_POST["id"])
|
||||
)
|
||||
$dynamic_qrcode_instance->editQrcode($_POST);
|
||||
@@ -33,7 +34,8 @@ if($_SERVER["REQUEST_METHOD"] === "POST" && !isset($_POST["edit"])) {
|
||||
isset($_POST["background"]) &&
|
||||
isset($_POST["link"]) &&
|
||||
isset($_POST["filename"]) &&
|
||||
isset($_POST["format"])
|
||||
isset($_POST["format"]) &&
|
||||
isset($_POST["id_owner"])
|
||||
)
|
||||
$dynamic_qrcode_instance->addQrcode($_POST);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user