diff options
author | xgizzmo <xgizzmo@ampache> | 2006-12-10 01:15:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-12-10 01:15:58 +0000 |
commit | 71febbd440d5d1a3d980891af5ca9e093d79d10e (patch) | |
tree | 9b3760d22126fdf46208f8f7df9b558560d31ba6 /templates/show_admin_tools.inc.php | |
parent | 7b573c10178323578a0f882d78d90f2bf0a229f8 (diff) | |
download | ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.gz ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.bz2 ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.zip |
small fixups and tweakage
Diffstat (limited to 'templates/show_admin_tools.inc.php')
-rw-r--r-- | templates/show_admin_tools.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index 3cfad0f6..5513d74f 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -79,7 +79,7 @@ $users = $GLOBALS['user']->get_recent(10); <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> <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=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(); ?> |