|
From: OryNider <ory...@us...> - 2008-03-06 03:11:28
|
Update of /cvsroot/mxbb/mx_shotcast/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5080/admin Modified Files: admin_shotcast.php Log Message: version 2.0 Index: admin_shotcast.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/admin/admin_shotcast.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_shotcast.php 28 Feb 2008 06:26:36 -0000 1.5 --- admin_shotcast.php 6 Mar 2008 03:09:17 -0000 1.6 *************** *** 84,87 **** --- 84,90 ---- mx_message_die(GENERAL_ERROR, "Failed to update shotcast configuration for $config_name", "", __LINE__, __FILE__, $sql); } + $default_config[$config_name] = $new[$config_name]; + $mx_cache->put('shotcast_config', $default_config); + // Behave as per HTTP/1.1 spec for others echo '"<meta http-equiv="refresh" content="1;url="$file">"'; |