remove openid thingies we do not need
[phorkie.git] / www / www-header.php
index 96cd481829ac43a2e5c002d537253505f309269c..290e680015900ca445bb25ad599e0d3779837f6f 100644 (file)
@@ -72,7 +72,9 @@ $twig = new \Twig_Environment(
 );
 //$twig->addExtension(new \Twig_Extension_Debug());
 
-function render($tplname, $vars)
+require __DIR__ . '/www-security.php';
+
+function render($tplname, $vars = array())
 {
     $vars['css'] = $GLOBALS['phorkie']['cfg']['css'];
     $vars['title'] = $GLOBALS['phorkie']['cfg']['title'];