htdocs/board/boards.js
2024-11-17 21:53:51 +00:00

6 lines
172 B
JavaScript

boards = ["tech","gen","films","test"]
if (typeof module !== 'undefined' && module.exports) {
module.exports = boards;
}