5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
{
|
|
$policy = $ibay->prop('cscPolicy') || return '';
|
|
$OUT = "csc policy = $policy";
|
|
}
|