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

10 lines
160 B
PHP
Raw Normal View History

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