]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move account restoration code to a shared library
authorEvan Prodromou <evan@status.net>
Wed, 15 Dec 2010 22:53:38 +0000 (17:53 -0500)
committerEvan Prodromou <evan@status.net>
Wed, 15 Dec 2010 22:53:38 +0000 (17:53 -0500)
commit2e2519afee87009165c97026737f72634461e82b
tree12c167fc10647e20510e00751d72a9f3e4f4659f
parentfd22f684bf24e2c3d5ea8af0b11de8127c3b7b99
Move account restoration code to a shared library

Moved most of the heavy-lifting for account restoration out of
restoreuser.php and into its own class, with the hope that we'll do
the work from the Web eventually.
lib/accountrestorer.php [new file with mode: 0644]
scripts/restoreuser.php