htdocs/board/boards.js

6 lines
180 B
JavaScript
Raw Normal View History

2024-11-19 18:07:11 +01:00
boards = ["tech","gen","films","test","maths"]
2024-08-26 02:27:13 +02:00
if (typeof module !== 'undefined' && module.exports) {
module.exports = boards;
}