diff options
author | Evan Prodromou <evan@status.net> | 2010-12-17 18:56:48 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-12-17 18:56:48 -0500 |
commit | 573bbeced10f06951db8875db8b4f9f0d0deca41 (patch) | |
tree | 6d0d1b43567f278ad7cf961bf918690c727a0854 /lib/router.php | |
parent | 1d6091cad20c0d5a7a31263032431ac13854a5b8 (diff) |
action to restore a user's backup from the Web interface
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index 90bc9fa35..49a16dffe 100644 --- a/lib/router.php +++ b/lib/router.php @@ -201,6 +201,7 @@ class Router 'version', 'backupaccount', 'deleteaccount', + 'restoreaccount', ); foreach ($main as $a) { |