equal
deleted
inserted
replaced
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']) |