init();
$section = 1;
echo '
' .
file_get_contents("/var/www/furatalog-cdn/mainHead.html") . '
Assets - Furatalog.xyz
';
echo $lib->printItemLists($section);
echo '
';
echo $lib->printNsfwCheck();
echo '
';
echo $lib->printScriptSec();
echo '
';
ob_end_flush();
?>