get rid of openid config file
[phorkie.git] / www / user.php
index fd851c4ebfd627270ba0019c9cec51d18ef6b655..8f305da7ab38c4d321aa02cf9482c30c257e5a25 100644 (file)
@@ -4,9 +4,6 @@
  */
 namespace phorkie;
 require_once 'www-header.php';
-if (!isset($_SESSION['identity'])) {
-    include_once 'secure.php';
-}
 
 if (isset($_POST['name'])) {
     $_SESSION['name'] = substr(filter_var($_POST['name'], FILTER_SANITIZE_STRING), 0, 35);