htdocs/board/boards.js
2024-12-24 22:44:26 +00:00

6 lines
180 B
JavaScript
Executable File

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