htdocs/board/boards.js

6 lines
165 B
JavaScript
Raw Normal View History

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