8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
$config = array(
|
|
'includePaths' => array(
|
|
'path2' => 'another/path',
|
|
),
|
|
);
|
|
return $config;
|