add bulk restore feature

This commit is contained in:
SJ
2012-05-07 09:38:47 +02:00
parent 77b22c7043
commit f566bf5261
13 changed files with 145 additions and 16 deletions

View File

@ -126,6 +126,7 @@ define('FROM_LENGTH_TO_SHOW', 28);
define('SEARCH_HELPER_URL', SITE_URL . 'search-helper.php');
define('AUDIT_HELPER_URL', SITE_URL . 'audit-helper.php');
define('BULK_RESTORE_URL', SITE_URL . 'bulkrestore.php');
define('SAVE_SEARCH_URL', SITE_URL . 'index.php?route=search/save');
define('SEARCH_TAG_URL', SITE_URL . 'index.php?route=search/tag');