eliminazione file superflui, spostamento file read.php all'interno del progetto, aggiunta astrazione classe Qrcode, miglioramento download bulk, refactoring generale
Signed-off-by: giandonato.inverso@edempg.it <giandonato.inverso@studenti.unimi.it>
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
995272fa8d
commit
9a0a2c7928
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>PHP Qr Code Generator- Documentation</title>
|
||||
<title>PHP Qr Code Generator - Documentation</title>
|
||||
|
||||
<link href="assets/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/style.css" rel="stylesheet">
|
||||
@@ -66,8 +66,9 @@
|
||||
<div class="mainpanel">
|
||||
|
||||
<div class="title" id="header">
|
||||
<h1>PHP Dynamic Qr code - Generator of dynamic and static Qr code V1.0</h1>
|
||||
<small> Documentation - Version 1.0 / Created: 24/08/2020 Last Update: 28/08/2022</small>
|
||||
<h1>PHP Dynamic Qr code - Generator of dynamic and static Qr code V2.0</h1>
|
||||
<small> Documentation - Version 1.0 / Created: 24/08/2020 Last Update: 16/10/2023</small>
|
||||
<h2 style="color: black">Technical documentation deprecated as the core of the project has been modified in version 2.0</h2>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
Reference in New Issue
Block a user