htdocs/board/films/comments-database.js

4 lines
674 B
JavaScript
Raw Normal View History

2024-12-15 21:09:42 +01:00
let comments = [["ADMIN","welcome to the films board"],["ADMIN","Talk about various films like star wars or idk batman"],["deadvey","Just watched Paddington in Peru, then had some lovely Sweetcorn Fritters :P"],["deadvey","<a href=\"https://deadvey.com/blog/blogs/69.html\">Paddington in Peru</a>"],["DeaDvey","Anyone seen Glicked?","2024-11-28T21:02:57.045Z"],["Deadvey","Wicked was decent","2024-12-01T16:19:23.518Z"],["deadvey","Anyone line Die Hard?","2024-12-15T18:54:25.589Z"],["deadvey","like *\r\n","2024-12-15T18:54:34.599Z"],["deadvey","like *","2024-12-15T18:54:52.503Z"]]
2024-11-15 22:16:58 +01:00
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}