6 lines
157 B
PHP
6 lines
157 B
PHP
<?php
|
|
require_once('view/en-gb/strings.php');
|
|
$a->strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful";
|
|
|
|
|