Updated CodeCorner1 (markdown)

leithoff 2016-07-07 16:09:10 +02:00
parent ced8c5d334
commit aaf9dea4ad

@ -57,7 +57,7 @@ But you need the (required) file ```setup.inc.php``` in folder ```$app/setup```.
/* Dependencies for this app to work */
// we intend to build up from the newest api
$setup_info['mail']['depends'][] = array(
$setup_info['test']['depends'][] = array(
'appname' => 'api',
'versions' => Array('16.1')
);