diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-17 23:59:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-17 23:59:04 +0000 |
commit | 56c960c34a17746beeec455fc225428360d5d91d (patch) | |
tree | 85fae55dbb16f1c42109b85549f3853fd270ba7f /templates/show_confirmation.inc.php | |
parent | b032ac027e531b992a62b1af5d19e865e28e8b7d (diff) | |
download | ampache-56c960c34a17746beeec455fc225428360d5d91d.tar.gz ampache-56c960c34a17746beeec455fc225428360d5d91d.tar.bz2 ampache-56c960c34a17746beeec455fc225428360d5d91d.zip |
fixed some issues with the installer, and also made it so that you can delete/disable users again
Diffstat (limited to 'templates/show_confirmation.inc.php')
-rw-r--r-- | templates/show_confirmation.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index e278ed7d..84a885d9 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) 2001 - 2007 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ <div class="text-action"> <a href="<?php echo $path; ?>"><?php echo _('Continue'); ?></a> <?php if ($cancel) { ?> - <a href="<?php echo conf('web_path') . "/" . return_referer(); ?>"><?php echo _('Cancel'); ?></a> + <a href="<?php echo Config::get('web_path') . "/" . return_referer(); ?>"><?php echo _('Cancel'); ?></a> <?php } ?> </div> <?php show_box_bottom(); ?> |