web/tweet_ajax.php
changeset 248 ffb0a6d08000
parent 229 74c9ddc3640b
child 703 a0772dbfb936
child 707 78ba6e14f159
equal deleted inserted replaced
247:e6b328970ee8 248:ffb0a6d08000
     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'])