mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Also fixes some minor bugs in include. Thanks Kelly Cochran for suggestion and draft patch.
6 lines
82 B
PHP
6 lines
82 B
PHP
|
|
print "Entering include";
|
|
print "Should be 2: ", 1+1;
|
|
print "Leaving include";
|
|
|