Mailing List Archive

[6879] cherokee/trunk/admin/wizards/php.py: Many thanks to the great debugging skills of mehmetali we squeezed this bug .
Revision: 6879
http://svn.cherokee-project.com/changeset/6879
Author: skinkie
Date: 2011-10-03 00:37:18 +0200 (Mon, 03 Oct 2011)
Log Message:
-----------
Many thanks to the great debugging skills of mehmetali we squeezed this bug.

It is not always good too use too much $$$, especially when you get an ?api=key for free!
<http://code.google.com/p/cherokee/issues/detail?id=1222>

Modified Paths:
--------------
cherokee/trunk/admin/wizards/php.py

Modified: cherokee/trunk/admin/wizards/php.py
===================================================================
--- cherokee/trunk/admin/wizards/php.py 2011-10-01 20:43:18 UTC (rev 6878)
+++ cherokee/trunk/admin/wizards/php.py 2011-10-02 22:37:18 UTC (rev 6879)
@@ -262,7 +262,7 @@

URL_WIZARD_RULE_R = r'^/wizard/vserver/(\d+)/php$'
URL_WIZARD_APPLY = '/wizard/vserver/%s/php/apply'
-URL_WIZARD_APPLY_R = r'^/wizard/vserver/(\d+)/php/apply$'
+URL_WIZARD_APPLY_R = r'^/wizard/vserver/(\d+)/php/apply'
URL_APPLY = '/wizard/vserver/php/apply'

class Commit: