6 lines
71 B
PHP
6 lines
71 B
PHP
<?php
|
|
if( $docroot == '' ){
|
|
die( _("Accesso negato!") );
|
|
}
|
|
?>
|