mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Updated CodeCorner1 (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user