LobbyOS / lobby

A localhost Web OS For Web Apps
https://lobby.subinsb.com
Apache License 2.0
19 stars 10 forks source link

Enable / Disable functions #17

Closed suriyaa closed 8 years ago

suriyaa commented 8 years ago

@subins2000


Make sure that users can enable and disable functions!

For example activating SQL database and disabling cURL.

Yours, Suriyaa Kudo :octocat:

subins2000 commented 8 years ago

I'm currently adding SQLite DB support to Lobby. So users can choose MySQL or SQLite.

Also, checks with server can be disabled by adding 'server_check' => false in config.php

suriyaa commented 8 years ago

:+1: