diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2012-12-19 12:48:48 -0500 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2012-12-19 12:48:48 -0500 |
commit | d30249d66f80925414e5a2d39cb55b469e195a02 (patch) | |
tree | 6c56239839e5b6a2e5ba38a2e3fc9c45eab3444c /templates/show_songs.inc.php | |
parent | 0982bc392ea22659cf629059b196f1526d66063c (diff) | |
download | ampache-d30249d66f80925414e5a2d39cb55b469e195a02.tar.gz ampache-d30249d66f80925414e5a2d39cb55b469e195a02.tar.bz2 ampache-d30249d66f80925414e5a2d39cb55b469e195a02.zip |
Drop unused ajax_url variables
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r-- | templates/show_songs.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 98331fc6..945c6e41 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -28,7 +28,6 @@ // First let's setup some vars we're going to use a lot $web_path = Config::get('web_path'); -$ajax_url = Config::get('ajax_url'); ?> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> <table class="tabledata" cellpadding="0" cellspacing="0"> |