diff options
Diffstat (limited to 'templates/show_edit_song.inc.php')
-rw-r--r-- | templates/show_edit_song.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_song.inc.php b/templates/show_edit_song.inc.php index cb0004c7..94781219 100644 --- a/templates/show_edit_song.inc.php +++ b/templates/show_edit_song.inc.php @@ -22,7 +22,7 @@ ?> <?php show_box_top(T_('Edit Song')); ?> -<form name="edit_song" method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ?>/admin/flag.php"> +<form name="edit_song" method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/admin/flag.php"> <table> <tr class="<?php echo flip_class(); ?>"> <td><?php echo T_('File'); ?>:</td> |