FIX Rename template parser from .inc to .peg so PHP doesn't include it automatically

This commit is contained in:
Robbie Averill 2017-01-11 12:36:08 +13:00
parent a996e20e79
commit 62eb0e6142
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ template language, producing the executable version SSTemplateParser.php
To recompile after changing this file, run this from the 'framework/View' directory via command line (in most cases
this is: sapphire/view):
php ../thirdparty/php-peg/cli.php SSTemplateParser.php.inc > SSTemplateParser.php
php ../thirdparty/php-peg/cli.php SSTemplateParser.peg > SSTemplateParser.php
See the php-peg docs for more information on the parser format, and how to convert this file into SSTemplateParser.php