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