X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fpostmsg.php;fp=ctdlphp%2Fpostmsg.php;h=0000000000000000000000000000000000000000;hb=cf8f7ffedb36dbfaa5f1f413c42b976c4fda1142;hp=0edea5a5e0979fc20e3c88686f1960c29ae01fd7;hpb=fa2dd842abb5feedea3e2253255722fcaecc3c6f;p=citadel.git diff --git a/ctdlphp/postmsg.php b/ctdlphp/postmsg.php deleted file mode 100644 index 0edea5a5e..000000000 --- a/ctdlphp/postmsg.php +++ /dev/null @@ -1,21 +0,0 @@ -' ; - } - else { - serv_puts("Content-type: text/html"); - serv_puts(""); - text_to_server(stripslashes($_REQUEST["msgtext"]), TRUE); - } - - echo "Message has been posted.
\n" ; - - bbs_page_footer(); -?>