diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-13 09:31:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-13 09:31:40 +0200 |
commit | 4b5b5874f72907c5567dc9a0c2b9f39585ebb81a (patch) | |
tree | 9de1bd420a7c4141ce32914d36a8ff165626d209 /php-bartlett-PHP-CompatInfo-autoload.php | |
parent | 76b944f3921db2b9b11d471042e060bb46e2e6e7 (diff) |
php-bartlett-PHP-CompatInfo: 4.4.0
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-autoload.php')
-rw-r--r-- | php-bartlett-PHP-CompatInfo-autoload.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/php-bartlett-PHP-CompatInfo-autoload.php b/php-bartlett-PHP-CompatInfo-autoload.php index d40d05c..62dd824 100644 --- a/php-bartlett-PHP-CompatInfo-autoload.php +++ b/php-bartlett-PHP-CompatInfo-autoload.php @@ -17,9 +17,6 @@ if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Compo $fedoraClassLoader->addPrefixes(array( 'Bartlett\\CompatInfo' => dirname(dirname(__DIR__)), )); -if (is_file('/usr/share/php-bartlett-PHP-CompatInfo/compatinfo.sqlite')) { - putenv('BARTLETT_COMPATINFO_DB=/usr/share/php-bartlett-PHP-CompatInfo/compatinfo.sqlite'); -} // Dependencies require_once $vendorDir . '/Bartlett/Reflect/autoload.php'; |