summaryrefslogtreecommitdiffstats
path: root/templates/show_admin_tools.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-11-13 17:48:51 +0000
committerpb1dft <pb1dft@ampache>2006-11-13 17:48:51 +0000
commit095bc809d6ad3149fb5fe8e5bce32e2865e62f3d (patch)
tree5e6696767173d5742a9e445779ba81ed56d9446d /templates/show_admin_tools.inc.php
parent868f2b2a2029ea3453e6ef219c96e8bfeb6097e7 (diff)
downloadampache-095bc809d6ad3149fb5fe8e5bce32e2865e62f3d.tar.gz
ampache-095bc809d6ad3149fb5fe8e5bce32e2865e62f3d.tar.bz2
ampache-095bc809d6ad3149fb5fe8e5bce32e2865e62f3d.zip
Added new flash player and fixed a lot of other problems. Implemented Export to ItunesDB
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')); ?>