summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_admin.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-07 06:23:39 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-07 06:23:39 +0000
commite9f54c8d72bdd6944c87805c87548ff7947b864c (patch)
tree8414e1284829ccad685029276536f665441ee4fd /templates/sidebar_admin.inc.php
parent1c85db030e548e6bf7434e86070e4ba05917a325 (diff)
downloadampache-e9f54c8d72bdd6944c87805c87548ff7947b864c.tar.gz
ampache-e9f54c8d72bdd6944c87805c87548ff7947b864c.tar.bz2
ampache-e9f54c8d72bdd6944c87805c87548ff7947b864c.zip
initial debug work
Diffstat (limited to 'templates/sidebar_admin.inc.php')
-rw-r--r--templates/sidebar_admin.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php
index d5f25803..e6d27f43 100644
--- a/templates/sidebar_admin.inc.php
+++ b/templates/sidebar_admin.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -42,6 +42,7 @@
</li>
<li><h4><?php echo _('Other Tools'); ?></h4>
<ul class="sb3" id="sb_admin_ot">
+ <li id="sb_admin_ot_Debug"><a href="<?php echo $web_path; ?>/admin/system.php?action=show_debug"><?php echo _('Ampache Debug'); ?></a></li>
<li id="sb_admin_ot_Duplicates"><a href="<?php echo $web_path; ?>/admin/duplicates.php"><?php echo _('Find Duplicates'); ?></a></li>
<li id="sb_admin_ot_Mail"><a href="<?php echo $web_path; ?>/admin/mail.php"><?php echo _('Mail Users'); ?></a></li>
<li id="sb_admin_ot_ClearNowPlaying"><a href="<?php echo $web_path; ?>/admin/catalog.php?action=clear_now_playing"><?php echo _('Clear Now Playing'); ?></a></li>