parent
de8bc37223
commit
c61ef18c83
8 changed files with 11 additions and 5 deletions
@ -1,6 +1,6 @@ |
||||
{ |
||||
my $rec = $DB->get('ajaxplorer') |
||||
|| $DB->new_record('ajaxplorer', {type => 'webapp'}); |
||||
my $rec = $DB->get('pydio') |
||||
|| $DB->new_record('pydio', {type => 'webapp'}); |
||||
|
||||
my $url = $rec->prop('LogoutUrl'); |
||||
|
Loading…
Reference in new issue