Skip to content

Instantly share code, notes, and snippets.

@wokamoto
Created May 26, 2017 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wokamoto/e7bfaa68333a9ffad716374ecc735234 to your computer and use it in GitHub Desktop.
Save wokamoto/e7bfaa68333a9ffad716374ecc735234 to your computer and use it in GitHub Desktop.
<?php
ob_start();
require_once(dirname(dirname(__FILE__)).'/twentytwelve/index.php');
header('Content-Length: '.ob_get_length());
ob_end_flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment