diff options
author | redmatrix <git@macgirvin.com> | 2016-03-31 18:53:05 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-31 18:53:05 -0700 |
commit | 36b388ab8cb8435dc621b5c589e9f6555593568f (patch) | |
tree | e7794974bb516abe941ebcd4be76900dd27fc490 /util/typohelper.php | |
parent | c0b3d7e1b480ceeed89b71efd056ed9edda2dfef (diff) | |
download | volse-hubzilla-36b388ab8cb8435dc621b5c589e9f6555593568f.tar.gz volse-hubzilla-36b388ab8cb8435dc621b5c589e9f6555593568f.tar.bz2 volse-hubzilla-36b388ab8cb8435dc621b5c589e9f6555593568f.zip |
issue #336
Diffstat (limited to 'util/typohelper.php')
-rw-r--r-- | util/typohelper.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/typohelper.php b/util/typohelper.php index 589702a02..2453a5097 100644 --- a/util/typohelper.php +++ b/util/typohelper.php @@ -1,5 +1,7 @@ <?php + require_once('boot.php'); + $str = <<< EOT error_reporting(E_ERROR | E_WARNING | E_PARSE ); ini_set('display_errors', '1'); |