|
Revision 528, 429 bytes
(checked in by brieb, 3 years ago)
|
- Promoted BMS to the top module to install and made it stand out a little from the other modules.
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $modules["api"]["name"] = "API"; |
|---|
| 4 | |
|---|
| 5 | $modules["api"]["version"] = 0.98; |
|---|
| 6 | |
|---|
| 7 | $modules["api"]["description"] = |
|---|
| 8 | "Enables support for addiitional applications to communicate with phpBMS"; |
|---|
| 9 | |
|---|
| 10 | $modules["api"]["requirements"] = "phpBMS Core v0.98. <br/><br/><strong>Security:</strong> Make sure to secure the api_json.php file by only allowing a whitelist of trusted IP addresses to access the file through your web server."; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|
| 13 | |
|---|