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