2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Text
|
|
|
|
$_['text_success'] = 'Success: API session successfully started!';
|
|
|
|
|
|
|
|
// Error
|
2020-02-16 11:32:04 +00:00
|
|
|
$_['error_key'] = 'Varoitus: Incorrect API Key!';
|
|
|
|
$_['error_ip'] = 'Varoitus: Your IP %s is not allowed to access this API!';
|