소스 검색

Update index.php

wibyweb 2 년 전
부모
커밋
cd0593b522
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      html/json/index.php

+ 5 - 0
html/json/index.php

@@ -34,6 +34,11 @@ else
 	$starappend = 0;
 	$starappend = 0;
 
 
 	$startID = 0;
 	$startID = 0;
+	
+	if(isset($_REQUEST['nsfw']))
+	{
+		$worksafe = false;
+	}
 
 
 	if (!isset($_REQUEST['o'])) 
 	if (!isset($_REQUEST['o'])) 
 	{
 	{