Updated CodeCorner1 (markdown)

leithoff 2016-05-31 16:29:10 +02:00
parent f6243a7cb1
commit 3844deee32

@ -40,7 +40,7 @@ But you need the (required) file ```setup.inc.php``` in folder ```$app/setup```.
$setup_info['test']['version'] = '16.1'; //anything you like, as long as it is fitting the schema of a version number 0.9.001 may work as well
$setup_info['test']['app_order'] = 100; // at the end. most likely
$setup_info['test']['enable'] = 1;
$setup_info['test']['index'] = 'test.test_ui.index&ajax=true';
//$setup_info['test']['index'] = 'test.test_ui.index&ajax=true';
$setup_info['test']['autoinstall'] = true; // install automatically on update
// here comes some author info. you may or may not provide it.