parent
034f9fc680
commit
21aa5deb60
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
{ |
||||||
|
my $ajxp = $DB->get("ajaxplorer") or return; |
||||||
|
|
||||||
|
my $pydio = $DB->get("pydio") || |
||||||
|
$DB->new_record("pydio", { type => "webapp" }); |
||||||
|
|
||||||
|
$pydio->merge_props($ajxp->props); |
||||||
|
|
||||||
|
$ajxp->delete; |
||||||
|
} |
Loading…
Reference in new issue