Skip to content

Instantly share code, notes, and snippets.

View tmhpfnr's full-sized avatar

Tim Hoepfner tmhpfnr

  • Cologne, Germany
View GitHub Profile
@tmhpfnr
tmhpfnr / gist:3201845
Created July 29, 2012 21:09
OS X: ZSH: Additional configuration
# configure date/time and locale
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
@tmhpfnr
tmhpfnr / class.tx_webkitpdf_pi1.php
Created July 10, 2012 10:12
TYPO3: WebKit PDF: Undefined second argument for sanitizeURL
// line 143
$url = tx_webkitpdf_utils::sanitizeURL($url, $allowedHosts);