Author: tkoomzaaskz
Date: 2010-01-13 22:23:26 +0100 (Wed, 13 Jan 2010)
New Revision: 26584
Modified:
plugins/sfVideoPlugin/trunk/config/routing.yml
Log:
[video] routing commented for 1.0.0 release
Modified: plugins/sfVideoPlugin/trunk/config/routing.yml
===================================================================
--- plugins/sfVideoPlugin/trunk/config/routing.yml 2010-01-13 21:22:17 UTC
(rev 26583)
+++ plugins/sfVideoPlugin/trunk/config/routing.yml 2010-01-13 21:23:26 UTC
(rev 26584)
@@ -1,9 +1,11 @@
-video:
- url: /video
- param: { module: sfVideo, action: index }
-
-video_local:
- url: /video/:file
- param: { module: sfVideo, action: local }
- options:
- segment_separators: ['/'] # disabling '.' separator
+# Uncomment all lines to enable plugin default routing
+#
+#video:
+# url: /video
+# param: { module: sfVideo, action: index }
+#
+#video_local:
+# url: /video/:file
+# param: { module: sfVideo, action: local }
+# options:
+# segment_separators: ['/'] # disabling '.' separator
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.