Commit ID:      10055255A8A254C0757
CVSROOT:        /cvs
Module name:    www
Changes by:     [email protected]    2015/04/08 16:43:58 UTC

Modified files:
        mk             : parser

Log message:
add the ability to put stuff like
<?
<?php
<?/usr/local/bin/php5
etc. into *.inc files, developed for Teckids e.V.

The <? must be at the beginning of a line and eats until a line consisting
solely of ?>; anything after <? is the interpreter, using a $PATH search;
just <? uses a subshell (with read-only access to MirWebseite interna);
<?php is copied into the input, anything else loses the <?* line.

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.24 -r1.25 www/mk/parser

Reply via email to