OSDN Git Service

embrj
[embrj/master.git] / block.php
index d92d1c8..655e488 100644 (file)
--- a/block.php
+++ b/block.php
@@ -1,12 +1,12 @@
-<?php\r
-include('lib/twitese.php');\r
-$title = "Blocking";\r
-include('inc/header.php');\r
-if(!loginStatus()){\r
-       header('location: login.php');\r
-}\r
-$type = 'blocks';\r
-include('inc/userlist.php');\r
-include('inc/sidebar.php');\r
-include('inc/footer.php');\r
-?>\r
+<?php
+include('lib/twitese.php');
+$title = "Blocking";
+include('inc/header.php');
+if(!loginStatus()){
+       header('location: login.php');
+}
+$type = 'blocks';
+include('inc/userlist.php');
+include('inc/sidebar.php');
+include('inc/footer.php');
+?>