summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-26 07:43:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-26 07:43:18 +0000
commit392354df0a4f2c21aabad2f1b527448251a60f99 (patch)
treeab34820cef4990e4139326ccd2e507c5731d216c /index.php
parent975af37b254ebc74533f1562005dccf75ef0f021 (diff)
downloadampache-392354df0a4f2c21aabad2f1b527448251a60f99.tar.gz
ampache-392354df0a4f2c21aabad2f1b527448251a60f99.tar.bz2
ampache-392354df0a4f2c21aabad2f1b527448251a60f99.zip
switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c8274937..76453e98 100644
--- a/index.php
+++ b/index.php
@@ -32,7 +32,7 @@ $action = scrub_in($_REQUEST['action']);
*/
if (Config::get('refresh_limit') > 5) {
$refresh_limit = Config::get('refresh_limit');
- $ajax_url = Config::get('ajax_url') . '?action=reloadnp';
+ $ajax_url = Config::get('ajax_url') . '?page=index&action=reloadnp';
require_once Config::get('prefix') . '/templates/javascript_refresh.inc.php';
}