mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-18 19:23:10 +01:00
5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
if ($docroot == '') {
|
|
die(_('Accesso negato!'));
|
|
}
|