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