|
Revision 455, 284 bytes
(checked in by brieb, 3 years ago)
|
- Moved base version file to application root, and renamed to unique name.
- This is precursor to correctly loading session.
- Currently with no other commits, this will break the BMS.
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $modules["base"]["name"] = "phpBMS base"; |
|---|
| 4 | |
|---|
| 5 | $modules["base"]["version"] = 0.98; |
|---|
| 6 | |
|---|
| 7 | $modules["base"]["description"] = |
|---|
| 8 | "The basic phpBMS framkework. This is the minimum module required in order for the web applicatoin to work."; |
|---|
| 9 | |
|---|
| 10 | $modules["base"]["requirements"] = ""; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|