aa
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<h1>Links</h1>
|
||||
<form id="articleForm">
|
||||
<label for="article_id">ID Articolo:</label>
|
||||
<input type="text" id="article_id" name="id" />
|
||||
<input type="text" id="article_id" name="id" value="21569"/>
|
||||
<br>
|
||||
<button type="button" data-action="search">Cerca Articolo</button>
|
||||
<button type="button" data-action="checkPreOrder">E' in PreVendita?</button><br>
|
||||
|
||||
@@ -6147,6 +6147,8 @@ Route::get('/mylinkspao', function () {
|
||||
});
|
||||
|
||||
Route::get('/handle-article-action-pao/{id}/{action}', function ($id, $action) {
|
||||
set_time_limit(0);
|
||||
ini_set("memory_limit", "512M");
|
||||
|
||||
if ($action == 'search') {
|
||||
// Logica di ricerca dell'articolo
|
||||
|
||||
Reference in New Issue
Block a user