SPR-800 remove unused function file

This commit is contained in:
Andreas Gohr 2017-02-21 14:42:11 +01:00
commit 751873d6fe
4 changed files with 0 additions and 145 deletions

View file

@ -10,7 +10,6 @@
*/
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
header('X-UA-Compatible: IE=edge,chrome=1');
$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) );