root/releases/0.1.2a/units/db/main.php
| Revision 2, 266 bytes (checked in by sven, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * MySQL database plug-in |
| 5 | */ |
| 6 | |
| 7 | // Configuration |
| 8 | require("conf.php"); |
| 9 | |
| 10 | // Library functions |
| 11 | require("library.php"); |
| 12 | |
| 13 | // On initialisation, run the connect script |
| 14 | $function['init'][] = path . "units/db/function_connect.php"; |
| 15 | |
| 16 | ?> |
Note: See TracBrowser for help on using the browser.
