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