Files
EasySoft-ZenTaoPMS/module/webapp/config.php
2012-11-30 06:06:33 +00:00

6 lines
186 B
PHP

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