4 lines
80 B
PHP
4 lines
80 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"WebDAV URL: http://" => "URL WebDAV : http://"
|
||
|
);
|