Files
EasySoft-ZenTaoPMS/module/webapp/config.php
2012-12-24 09:12:25 +00:00

8 lines
262 B
PHP

<?php
$config->webapp = new stdClass();
$config->webapp->url = 'http://www.zentao.com';
$config->webapp->apiRoot = $config->webapp->url . '/webapp-';
$config->webapp->create = new stdClass();
$config->webapp->create->requiredFields = 'name,url,target';