Files
EasySoft-ZenTaoPMS/module/webapp/config.php
2013-01-25 05:31:11 +00:00

8 lines
262 B
PHP

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