summaryrefslogtreecommitdiffstats
path: root/php-mongodb-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-mongodb-autoload.php')
-rw-r--r--php-mongodb-autoload.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/php-mongodb-autoload.php b/php-mongodb-autoload.php
deleted file mode 100644
index 6381225..0000000
--- a/php-mongodb-autoload.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-/* Autoloader for mongodb/mongodb and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-\Fedora\Autoloader\Autoload::addPsr4('MongoDB\\', __DIR__);
-require_once __DIR__. '/functions.php';