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