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_CONNECTION" => "Keep-Alive"
"HTTP_HOST" => "staging.flipsidexr.com"
"HTTP_ACCEPT_ENCODING" => "br,gzip"
"HTTP_IF_MODIFIED_SINCE" => "Sat, 30 Sep 2023 00:10:10 GMT"
"HTTP_ACCEPT_LANGUAGE" => "en-US,en;q=0.5"
"HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
"HTTP_USER_AGENT" => "CCBot/2.0 (https://commoncrawl.org/faq/)"
"REDIRECT_STATUS" => 200
"SERVER_NAME" => "staging.flipsidexr.com"
"SERVER_PORT" => 443
"SERVER_ADDR" => "157.230.50.96"
"REMOTE_PORT" => 56964
"REMOTE_ADDR" => "3.236.86.184"
"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/85/interview-alex-albrecht-flipside-creator"
"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" => 1728413940.3312
"REQUEST_TIME" => 1728413940
);