web/tweet_ajax.php
changeset 229 74c9ddc3640b
parent 0 4eba9c11703f
child 703 a0772dbfb936
child 707 78ba6e14f159
equal deleted inserted replaced
228:1bcc79e78fa1 229:74c9ddc3640b
     2 
     2 
     3 /**
     3 /**
     4  * include some common code (like we did in the 90s)
     4  * include some common code (like we did in the 90s)
     5  * People still do this? ;)
     5  * People still do this? ;)
     6  */
     6  */
     7 include_once './common.php';
     7 include_once 'common.php';
     8 
     8 
     9 /**
     9 /**
    10  * Check for a POSTed status message to send to Twitter
    10  * Check for a POSTed status message to send to Twitter
    11  */
    11  */
    12 if (!empty($_POST) && isset($_POST['status'])
    12 if (!empty($_POST) && isset($_POST['status'])