Fix potenziale #227
This commit is contained in:
parent
eb3a11bdfc
commit
9b38ef0f67
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
include_once __DIR__.'/../../core.php';
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
$upload_dir = $docroot.'/files/'.Modules::get('Articoli')['directory'];
|
|
||||||
|
|
||||||
switch (post('op')) {
|
switch (post('op')) {
|
||||||
case 'update':
|
case 'update':
|
||||||
$codice = post('codice');
|
$codice = post('codice');
|
||||||
|
|
Loading…
Reference in New Issue