We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2601b64 commit f6f7f2aCopy full SHA for f6f7f2a
autoload.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+$path = __DIR__ . DIRECTORY_SEPARATOR . 'src';
4
+set_include_path(get_include_path() . PATH_SEPARATOR . $path);
5
6
+spl_autoload_extensions('.php');
7
+spl_autoload_register();
8
9
+require_once 'src/Qiniu/functions.php';
0 commit comments