More tweaking.
This commit is contained in:
parent
5d14f78d29
commit
a1d9f87a4f
1 changed files with 2 additions and 1 deletions
|
@ -4,13 +4,14 @@ ob_start();
|
||||||
|
|
||||||
$vfs_files = [
|
$vfs_files = [
|
||||||
'/usr/local/Cellar/php55/5.5.7/lib/php/vfsStream/vfsStream.php',
|
'/usr/local/Cellar/php55/5.5.7/lib/php/vfsStream/vfsStream.php',
|
||||||
'./vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php',
|
'./vendor/autoload.php',
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($vfs_files as $vfs_file)
|
foreach ($vfs_files as $vfs_file)
|
||||||
{
|
{
|
||||||
if (file_exists($vfs_file))
|
if (file_exists($vfs_file))
|
||||||
{
|
{
|
||||||
|
echo $vfs_file;
|
||||||
require_once $vfs_file;
|
require_once $vfs_file;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue