
cherokee at cherokee-project
Aug 15, 2011, 10:44 AM
Post #1 of 1
(141 views)
Permalink
|
|
[6810] wizards2/templates/PHP.py: WIP: The prev patch should have included this.
|
|
Revision: 6810 http://svn.cherokee-project.com/changeset/6810 Author: alo Date: 2011-08-15 19:44:17 +0200 (Mon, 15 Aug 2011) Log Message: ----------- WIP: The prev patch should have included this. Modified Paths: -------------- wizards2/templates/PHP.py Modified: wizards2/templates/PHP.py =================================================================== --- wizards2/templates/PHP.py 2011-08-15 17:43:29 UTC (rev 6809) +++ wizards2/templates/PHP.py 2011-08-15 17:44:17 UTC (rev 6810) @@ -34,7 +34,7 @@ from util import * -php_fpm = Wizard2.Load_Module ('01-Development Platforms/php-fpm.py') +php_fpm = Wizard2.Load_Module ('php-fpm.py') class Install (Wizard2.Wizard):
|