htdocs/board/films/comments-database.js

4 lines
240 B
JavaScript
Raw Normal View History

2024-11-15 22:16:58 +01:00
let comments = [["ADMIN","welcome to the films board"],["Anonymous","I am anon"],["deadvey","Talk about various films like star wars or idk batman"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}