10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
return [
|
|
'success' => '',
|
|
'fail' => '',
|
|
'inprogress' => '',
|
|
'return' => '',
|
|
'iframe_target' => '_parent'
|
|
];
|