This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 44
55[ LIVE DEMO] ( https://giandonatoinverso.it/qrcode )
66
7- [ DOCUMENTATION] ( https://giandonatoinverso.it/documentation )
7+ [ DOCUMENTATION] ( https://giandonatoinverso.it/qrcode/ documentation )
88
99[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UEYVHYZYCGYYN )
1010
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ <h2> Setup</h2>
8484 < p > < u > Follow these steps to install the script locally:</ u > </ p >
8585 < ol > < strong >
8686 < li > Clone the project from github</ li >
87+ < li > Use src/ folder as Document Root of your webserver</ li >
8788 < li > Edit config/environment.php with your database credential</ li >
8889 < li > Launch install/setup.php file in your browser </ li >
8990 < p > The script checks the requirements, write permissions on the generated folders and creates a database with sample data</ p >
Original file line number Diff line number Diff line change 66 $ db = getDbInstance ();
77 $ json = json_decode (file_get_contents ('php://input ' ), true );
88
9- if (isset ($ json ['action ' ])) {
10- $ action = filter_var ($ json ['action ' ], FILTER_SANITIZE_FULL_SPECIAL_CHARS );
11- } else {
12- echo json_encode ([
13- 'data ' => 'Missing action field in the request. ' ,
14- 'status ' => 400
15- ]);
16- exit ();
17- }
18-
199 $ params = $ json ['params ' ];
2010 $ files = [];
2111
Original file line number Diff line number Diff line change 4747 if (isset ($ dynamic_qrcode ['id_owner ' ])) {
4848 $ owner = $ users_instance ->getUser ($ dynamic_qrcode ['id_owner ' ]);
4949 echo "<option selected value= \"" . $ owner ["id " ] . "\"> " . $ owner ["username " ] . "</option> " ;
50+ echo "<option value= \"\">All</option> " ;
5051 }
5152
5253 $ users = $ users_instance ->getAllUsers ();
You can’t perform that action at this time.
0 commit comments