mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-18 19:23:10 +01:00
6 lines
158 B
PHP
6 lines
158 B
PHP
<?php
|
|
if ($docroot == '') {
|
|
die(_('Accesso negato!'));
|
|
}
|
|
$records = $dbo->fetchArray("SELECT * FROM co_sezionali WHERE id='$id_record'");
|