diff options
Diffstat (limited to 'templates/show_disabled_songs.inc.php')
-rw-r--r-- | templates/show_disabled_songs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_disabled_songs.inc.php b/templates/show_disabled_songs.inc.php index dcdef05c..a69ec924 100644 --- a/templates/show_disabled_songs.inc.php +++ b/templates/show_disabled_songs.inc.php @@ -21,7 +21,7 @@ */ ?> <br /> -<form name="songs" method="post" action="<?php echo conf('web_path'); ?>/admin/catalog.php" enctype="multipart/form-data" style="Display:inline"> +<form name="songs" method="post" action="<?php echo Config::get('web_path'); ?>/admin/catalog.php" enctype="multipart/form-data" style="Display:inline"> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> <col id="col_select" /> |