This repository has been archived on 2025-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
appdb/comment_body.php

10 lines
160 B
PHP
Raw Permalink Normal View History

<?php
require("path.php");
require(BASE."include/incl.php");
require_once(BASE."include/comment.php");
Comment::view_comment_body($aClean['iCommentId']);
?>