Browse Source

ajout module mongodb-lib

master
Cabillot Julien 4 years ago
parent
commit
82b8250f52
2 changed files with 9 additions and 0 deletions
  1. 7
      composer.json
  2. 2
      include/config.php

7
composer.json

@ -0,0 +1,7 @@
{
"require": {
"alcaeus/mongo-php-adapter": "^1.0.0",
"mongodb/mongodb": "^1.0.0"
}
}

2
include/config.php

@ -19,6 +19,8 @@ define('DOWNLOADEDDIR', __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'ro
*/
define('DOWNLOADLOCK', DOWNLOADINGDIR.DIRECTORY_SEPARATOR.'lock');
require_once __DIR__.'/../vendor/autoload.php';
include __DIR__.'/../lib/DbMongo.php';
include __DIR__.'/../lib/Download.php';
include __DIR__.'/../lib/PremiumizeMe.php';

Loading…
Cancel
Save