OSDN Git Service

a4a866a149f7106bee4e4eb21ad02ce6dcd591fe
[embrj/master.git] / followers.php
1 <?php \r
2         include ('lib/twitese.php');\r
3         $title = "Followers";\r
4         include ('inc/header.php');\r
5         if (!loginStatus()) header('location: login.php');\r
6         \r
7         $type = 'followers';\r
8         include ('inc/userlist.php');\r
9         include ('inc/sidebar.php');\r
10         include ('inc/footer.php');\r
11 ?>\r