mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-26 22:56:27 -04:00
Allow PHP files in vendor dir to be committed
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// autoload_files.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(__FILE__));
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'5255c38a0faeba867671b61dfda6d864' => $vendorDir . '/paragonie/random_compat/lib/random.php',
|
||||
);
|
||||
Reference in New Issue
Block a user