bird/filter/test.conf.inc
Ondrej Zajicek 4be266a983 Implements wildcard matching in config file include.
Also fixes some minor bugs in include.

Thanks Kelly Cochran for suggestion and draft patch.
2012-07-18 19:29:33 +02:00

6 lines
82 B
PHP

print "Entering include";
print "Should be 2: ", 1+1;
print "Leaving include";