mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Stile del codice
This commit is contained in:
parent
6d10476820
commit
9ab93a11ea
@ -4,10 +4,22 @@ namespace API;
|
||||
|
||||
class Resource
|
||||
{
|
||||
/**
|
||||
* @param $request
|
||||
*
|
||||
* @return bool se true, la richiesta di apertura di considera fallita e viene restituito 404
|
||||
*/
|
||||
public function open($request)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $request
|
||||
* @param $response
|
||||
*
|
||||
* @retrun void
|
||||
*/
|
||||
public function close($request, $response)
|
||||
{
|
||||
}
|
||||
|
@ -335,14 +335,9 @@ echo '
|
||||
'.$firma.'<br>';
|
||||
|
||||
if (empty($documento['firma_file'])) {
|
||||
|
||||
echo ' <i>('.tr('Timbro e firma leggibile').'.)</i>';
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
echo ' <i>'.$documento['firma_nome'].'</i>';
|
||||
|
||||
}
|
||||
|
||||
echo '
|
||||
|
Loading…
x
Reference in New Issue
Block a user