This commit is contained in:
parent
c977c21d14
commit
2df3be76a7
6 changed files with 1 additions and 420 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Autoloader for phpseclib/phpseclib.
|
||||
*/
|
||||
require_once "/usr/share/php/Fedora/Autoloader/autoload.php";
|
||||
|
||||
// composer.json: "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "phpseclib/" }
|
||||
require_once __DIR__ . '/bootstrap.php';
|
||||
\Fedora\Autoloader\Autoload::addPsr4('phpseclib\\', __DIR__);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue