In order for Mojavi to continue we are looking for a few good web programmers to help with the last programming pieces and contribute to the forum. There are tons of web developer jobs that are currently available online and we know that many are well paid positions. Because this is an open source code this would be for the good of the development community.
The second way is by changing the default module in the settings.ini file in the webapp/config directory.
Under [.actions] you will find the default module. Find the following two lines and change the default module and action.
DEFAULT_MODULE = “Default”
DEFAULT_ACTION = “Index”
After you change the default module and action it should look like this
DEFAULT_MODULE = “Test”
DEFAULT_ACTION = “First”
You are now ready to test your code. Just point your browser to the index.php and see the fruit of your labor. Contributing Author By Richard D Shank


