[Slim-Checkins] r10600 - /trunk/server/Slim/Web/HTTP.pm

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Sun Nov 5 23:33:39 PST 2006


Author: kdf
Date: Sun Nov  5 23:33:38 2006
New Revision: 10600

URL: http://svn.slimdevices.com?rev=10600&view=rev
Log:
Bug: n/a
Description: forgot the csrf reference for the new bahavior handler.  adding in the soon-to-be handlers while I'm at it, commented out for now.


Modified:
    trunk/server/Slim/Web/HTTP.pm

Modified: trunk/server/Slim/Web/HTTP.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Web/HTTP.pm?rev=10600&r1=10599&r2=10600&view=diff
==============================================================================
--- trunk/server/Slim/Web/HTTP.pm (original)
+++ trunk/server/Slim/Web/HTTP.pm Sun Nov  5 23:33:38 2006
@@ -103,6 +103,12 @@
 	\&Slim::Web::Setup::handleDebugSettings       => '.',
 	\&Slim::Web::Setup::handleFileTypeSettings    => '.',
 	\&Slim::Web::Setup::handlePerformanceSettings => '.',
+	\&Slim::Web::Setup::handleBehaviorSettings    => '.',
+#	\&Slim::Web::Setup::handleFormattingSettings   => '.',
+#	\&Slim::Web::Setup::handleNetworkingSettings   => '.',
+#	\&Slim::Web::Setup::handleSecuritySettings     => '.',
+#	\&Slim::Web::Setup::handleInterfaceSettings    => '.',
+#	\&Slim::Web::Setup::handleBasicServerSettings  => '.',
 	\&Slim::Web::EditPlaylist::editplaylist       => '.',
 	\&Slim::Web::Pages::Status::status            => 
 		'(p0=debug|p0=pause|p0=stop|p0=play|p0=sleep|p0=playlist|p0=mixer|p0=display|p0=button|p0=rescan|(p0=(|player)pref\b.*p2=[^\?]|p2=[^\?].*p0=(|player)pref))',



More information about the checkins mailing list