File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
use Qiniu \Storage \BucketManager ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
use Qiniu \Storage \BucketManager ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
use Qiniu \Storage \BucketManager ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
use Qiniu \Processing \PersistentFop ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
use Qiniu \Processing \PersistentFop ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
use Qiniu \Storage \UploadManager ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- require_once ' ../autoload.php ' ;
2
+ require_once __DIR__ . ' / ../autoload.php ' ;
3
3
4
4
use Qiniu \Auth ;
5
5
You can’t perform that action at this time.
0 commit comments