summaryrefslogtreecommitdiffstats
path: root/templates/show_admin_tools.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_admin_tools.inc.php')
-rw-r--r--templates/show_admin_tools.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php
index 6a5ed497..3cfad0f6 100644
--- a/templates/show_admin_tools.inc.php
+++ b/templates/show_admin_tools.inc.php
@@ -78,8 +78,9 @@ $users = $GLOBALS['user']->get_recent(10);
<hr noshade="noshade" size="3" />
<a href="<?php echo $web_path; ?>/admin/system.php?action=generate_config"><?php echo _('Generate New Config'); ?></a>
<a href="<?php echo $web_path; ?>/admin/preferences.php?action=show_set_preferences"><?php echo _('Preferences Permissions'); ?></a>
-<!-- <a href="<?php echo $web_path; ?>/admin/system.php?action=check_version"><?php echo _('Check for New Version'); ?></a>
--->
+ <hr noshade="noshade" size="3" />
+ <a href="<?php echo $web_path; ?>/admin/system.php?action=export&export=itunes"><?php echo _('Export To Itunes DB'); ?></a>
+<!-- <a href="<?php echo $web_path; ?>/admin/system.php?action=check_version"><?php echo _('Check for New Version'); ?></a>-->
</div>
<?php show_box_bottom(); ?>
<?php show_box_top(_('User Activity')); ?>