diff --git a/CodeCorner1.md b/CodeCorner1.md index 660418e..c41844a 100644 --- a/CodeCorner1.md +++ b/CodeCorner1.md @@ -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.