diff options
Diffstat (limited to 'templates/show_playlist_edit.inc.php')
-rw-r--r-- | templates/show_playlist_edit.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_playlist_edit.inc.php b/templates/show_playlist_edit.inc.php index afb12056..48bd78fa 100644 --- a/templates/show_playlist_edit.inc.php +++ b/templates/show_playlist_edit.inc.php @@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +$web_path = conf('web_path'); + ?> <form method="post" action="<?php echo $web_path; ?>/playlist.php" enctype="multipart/form-data"> <table class="text-box"> |