Commit da174665 authored by jkaberg's avatar jkaberg

fix undefined index error in webfinger

parent 3f5f95a6
<?php
$resource = $_GET['resource'];
$resource = '';
if(isset($_GET['resource'])){
$resource = $_GET['resource'];
}
// Parse our configuration file to get the STORAGE_ROOT.
$STORAGE_ROOT = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment