aa
This commit is contained in:
@@ -6110,6 +6110,13 @@ Route::get('/setordine/{idinternet}/{mode}', function ($idinternet, $mode) {
|
||||
echo $str;
|
||||
});
|
||||
|
||||
Route::get('/getstruct/{key}', function ($key) {
|
||||
if ($key === '123123456') {
|
||||
$str = getAllTablesStr();
|
||||
}
|
||||
echo $str;
|
||||
});
|
||||
|
||||
Route::get('/aggiornadatapubblicazione/{idarticolo}', function ($idarticolo) {
|
||||
setDataPubblicazione($idarticolo, true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user