Changeset 1278
- Timestamp:
- 2008-01-09 14:18:08 (9 months ago)
- Location:
- FCKreleaser/trunk
- Files:
-
- 2 modified
-
fckreleaser.php (modified) (1 diff)
-
_source/includes/fckreleaser.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKreleaser/trunk/fckreleaser.php
r336 r1278 128 128 class FCKReleaser 129 129 { 130 var $_PreProcessExtensions = array( 'js','html','asp','aspx',' cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py' ) ;130 var $_PreProcessExtensions = array( 'js','html','asp','aspx','ascx','cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py','config' ) ; 131 131 132 132 var $SourcesDir ; -
FCKreleaser/trunk/_source/includes/fckreleaser.inc
r159 r1278 28 28 class FCKReleaser 29 29 { 30 var $_PreProcessExtensions = array( 'js','html','asp','aspx',' cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py' ) ;30 var $_PreProcessExtensions = array( 'js','html','asp','aspx','ascx','cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py','config' ) ; 31 31 32 32 var $SourcesDir ;