Update index.php

This commit is contained in:
wibyweb 2022-10-08 23:25:11 -04:00 committed by GitHub
parent 77170b6fc6
commit cd0593b522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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