fixing paths

This commit is contained in:
2025-09-21 14:47:30 +02:00
parent 4ded958d96
commit 09fbe53be6
5 changed files with 0 additions and 40 deletions
-3
View File
@@ -1,8 +1,5 @@
<?php
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
$fs = new furatalogSessions();
$_POST["nsfw"] = isset($_POST["nsfw"]) ? "1" : "0";
function myErrorHandler($errno, $errstr, $errfile, $errline) {