127/usr/share/nginx/html/apps/blog/handlers/post.php
125.
);
126.
127.
list ($width, $height) = getimagesize (substr ($post->thumbnail, 1));
128.
129.
$page->add_meta ('og:image:width', $width, 'property');
529/usr/share/nginx/html/lib/Controller.php
527.
// Run the handler and get its output
528.
ob_start ();
529.
$res = require ($handler);
530.
$out = ob_get_clean ();
531.
if (is_string ($res) && strlen ($res) > 0) {
216/usr/share/nginx/html/lib/FrontController.php
214.
$handler = $controller->route ($_SERVER['REQUEST_URI']);
215.
}
216.
$page->body = $controller->handle ($handler, false);
217.
218.
/**
34/usr/share/nginx/html/index.php
32.
$argc = isset ($argc) ? $argc : null;
33.
$argv = isset ($argv) ? $argv : null;
34.
return FrontController::run ($argv, $argc);
$_COOKIE = array ();
$_SERVER = array (
"USER" => "www-data"
"HOME" => "/var/www"
"HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd"
"HTTP_SEC_FETCH_DEST" => "document"
"HTTP_SEC_FETCH_USER" => "?1"
"HTTP_SEC_FETCH_MODE" => "navigate"
"HTTP_SEC_FETCH_SITE" => "none"
"HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
"HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"HTTP_UPGRADE_INSECURE_REQUESTS" => 1
"HTTP_SEC_CH_UA_PLATFORM" => ""Windows""
"HTTP_SEC_CH_UA_MOBILE" => "?0"
"HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
"HTTP_CACHE_CONTROL" => "no-cache"
"HTTP_PRAGMA" => "no-cache"
"HTTP_CONNECTION" => "keep-alive"
"HTTP_HOST" => "staging.flipsidexr.com"
"REDIRECT_STATUS" => 200
"SERVER_NAME" => "staging.flipsidexr.com"
"SERVER_PORT" => 443
"SERVER_ADDR" => "157.230.50.96"
"REMOTE_PORT" => 50138
"REMOTE_ADDR" => "18.218.189.36"
"SERVER_SOFTWARE" => "nginx/1.18.0"
"GATEWAY_INTERFACE" => "CGI/1.1"
"HTTPS" => "on"
"REQUEST_SCHEME" => "https"
"SERVER_PROTOCOL" => "HTTP/1.1"
"DOCUMENT_ROOT" => "/usr/share/nginx/html"
"DOCUMENT_URI" => "/index.php"
"REQUEST_URI" => "/blog/post/78/update-36-auto-scrolling-teleprompter-update-saved-setups"
"SCRIPT_NAME" => "/index.php"
"CONTENT_LENGTH" => ""
"CONTENT_TYPE" => ""
"REQUEST_METHOD" => "GET"
"QUERY_STRING" => ""
"ELEFANT_ENV" => "staging"
"SCRIPT_FILENAME" => "/usr/share/nginx/html/index.php"
"FCGI_ROLE" => "RESPONDER"
"PHP_SELF" => "/index.php"
"REQUEST_TIME_FLOAT" => 1743703670.7988
"REQUEST_TIME" => 1743703670
);