コード例 #1
0
ファイル: Functions.php プロジェクト: Bixls/QatarBackend
function RemoveComment($inputs)
{
    include "comments.php";
    $comments = new comments();
    $comments->RemoveComment($inputs[0]);
}