X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fpostmsg.php;h=0edea5a5e0979fc20e3c88686f1960c29ae01fd7;hb=HEAD;hp=70111a7547845bbf8ab48101396382c8bd68accb;hpb=6565c6b027cb55e57abda3281fe0c56466e8b4b9;p=citadel.git diff --git a/ctdlphp/postmsg.php b/ctdlphp/postmsg.php deleted file mode 100644 index 70111a754..000000000 --- a/ctdlphp/postmsg.php +++ /dev/null @@ -1,24 +0,0 @@ -' ; - } - else { - echo 'Sending: ' . $_REQUEST["msgtext"] . '
' ; - flush(); - serv_puts($_REQUEST["msgtext"]); - echo 'Sending: 000
' ; - flush(); - serv_puts("000"); - } - - echo "Message has been posted.
\n" ; - - bbs_page_footer(); -?>