htdocs/board/test/comments-database.js
2024-11-17 21:53:51 +00:00

4 lines
226 B
JavaScript

let comments = [["ADMIN","welcome to the test board"],["deadvey","<b>hello</b>"],["Hello","Test"],["&lt;i&gt;foo&lt;/i&gt;","asdfsdf"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}