<?php
register_shutdown_function(function(){
  $e=error_get_last();
  if($e && in_array($e['type'],[1,4,16,64,256])) fwrite(STDERR,"===FATAL=== [type ".$e['type']."] ".$e['message']." @ ".$e['file'].":".$e['line']."\n");
  else fwrite(STDERR,"===BOOTSTRAP_OK===\n");
});
$_SERVER['HTTP_HOST']='abtan.diag';$_SERVER['SERVER_NAME']='abtan.diag';$_SERVER['REQUEST_URI']='/';$_SERVER['REQUEST_METHOD']='GET';$_SERVER['SERVER_PROTOCOL']='HTTP/1.1';$_SERVER['HTTPS']='on';
define('WP_USE_THEMES',true);
chdir(getenv('HOME').'/abtan');
ob_start();
require getenv('HOME').'/abtan/index.php';
