htdocs/board/boards.js
2024-08-26 01:27:13 +01:00

6 lines
165 B
JavaScript

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