Skip to content

Instantly share code, notes, and snippets.

@zllovesuki
Created June 16, 2014 06:18
Show Gist options
  • Save zllovesuki/5132adee0af60ca378a4 to your computer and use it in GitHub Desktop.
Save zllovesuki/5132adee0af60ca378a4 to your computer and use it in GitHub Desktop.
bin/phpfix
<?php
$_SERVER['DOCUMENT_ROOT'] = ini_get('doc_root');
$_SERVER['SCRIPT_FILENAME'] = str_replace($_SERVER['HOME'], '', $_SERVER['SCRIPT_FILENAME']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment