wahnsinnig das via webDAV hört sich sehr gut an
i don't see any photos
$observer = \App::get_observer();if (is_null($observer)) { goaway(z_root());}
I messed something up
2022-12-03T23:49:28Z:LOG_INFO:d32f21cab4:network.php:79:http_status: oep?f=&url=https://digitalesparadies.de/faces/oj:404 Not found2022-12-03T23:49:29Z:LOG_INFO:c846a67a0e:Mod_Faces.php:195:checkOwner: nick = oj2022-12-03T23:49:29Z:LOG_INFO:c846a67a0e:Mod_Faces.php:213:permChecks: observer != owner2022-12-03T23:49:29Z:LOG_INFO:c846a67a0e:Mod_Faces.php:228:permChecks: observer can write: 2022-12-03T23:49:29Z:LOG_INFO:c846a67a0e:Mod_Faces.php:120:get: App version is 0.72022-12-03T23:49:29Z:LOG_INFO:ef1e5972cf:Oep.php:19:init: oep: Array( [req] => oep [f] => [url] => https://digitalesparadies.de/faces/oj)2022-12-03T23:49:29Z:LOG_INFO:ef1e5972cf:network.php:79:http_status: oep?f=&url=https://digitalesparadies.de/faces/oj:404 Not found2022-12-03T23:49:39Z:LOG_INFO:3d321d93c8:Inbox.php:41:post: inbox_args: Array( [0] => inbox)
class Oep extends Controller{ public function init() { logger('oep: ' . print_r($_REQUEST, true), LOGGER_DEBUG, LOG_INFO); $html = ((argc() > 1 && argv(1) === 'html') ? true : false); if ($_REQUEST['url']) { $_REQUEST['url'] = strip_zids($_REQUEST['url']); $url = $_REQUEST['url']; } if (!$url) { http_status_exit(404, 'Not found'); }...
I still feel like I'm missing something obvious...