OSDN Git Service

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