First fully working recursive bundler
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
<?php
|
||||
|
||||
echo 'test.include' . PHP_EOL;
|
||||
include 'test2.include.php';
|
||||
|
||||
echo 'test.include' . PHP_EOL;
|
||||
|
Reference in New Issue
Block a user