Initial revision
This commit is contained in:
21
commentview.php
Normal file
21
commentview.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?
|
||||
|
||||
/*=========================================================================
|
||||
*
|
||||
* view comments
|
||||
*
|
||||
* script expects appId, versionId and threadId as argument
|
||||
*
|
||||
*/
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
require(BASE."include/"."comments.php");
|
||||
|
||||
apidb_header("Comments");
|
||||
|
||||
view_app_comments($appId, $versionId, $threadId);
|
||||
|
||||
apidb_footer();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user