]> git.wh0rd.org - tt-rss.git/commit - config.php-dist
move authentication modules to plugins/
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 27 Dec 2012 11:14:44 +0000 (15:14 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 27 Dec 2012 11:14:44 +0000 (15:14 +0400)
commit0f28f81f8911e432ae4bf50da7ed2c334618fd95
treec5684bedb1ad6b62840c30c730b868934a44b48e
parent61261e45b90f6d0582cd338a1a3c9cf0c8a599ce
move authentication modules to plugins/
12 files changed:
classes/auth/imap.php [deleted file]
classes/auth/internal.php [deleted file]
classes/auth/remote.php [deleted file]
classes/iauthmodule.php [new file with mode: 0644]
classes/pluginhost.php
classes/pref/prefs.php
config.php-dist
include/functions.php
include/sanity_config.php
plugins/auth_imap/auth_imap.php [new file with mode: 0644]
plugins/auth_internal/auth_internal.php [new file with mode: 0644]
plugins/auth_remote/auth_remote.php [new file with mode: 0644]