Files
EasySoft-ZenTaoPMS/module/sso/config.php
T
2013-08-09 10:08:02 +08:00

7 lines
286 B
PHP

<?php
$config->sso = new stdclass();
$config->sso->create = new stdclass();
$config->sso->create->requiredFields = 'title,code,key,ip';
$config->sso->edit = new stdclass();
$config->sso->edit->requiredFields = 'title,key,ip';