Page MenuHomePhabricator
Paste P1780

preamble.php
ActivePublic

Authored by joshuaspence on May 12 2015, 8:01 AM.
Tags
None
Referenced Files
F400367: preamble.php
May 12 2015, 8:01 AM
Subscribers
None
<?php
if (extension_loaded('setproctitle') && isset($_GET['__path__'])) {
setproctitle('php-fpm: '.$_GET['__path__']);
}

Event Timeline

joshuaspence changed the title of this paste from untitled to preamble.php.
joshuaspence updated the paste's language from autodetect to autodetect.