File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
30
- "CodeeshopOc \\ DocumentPHP\\ " : " src/"
30
+ "DocumentPHP\\ " : " src/DocumentPHP /"
31
31
}
32
32
},
33
33
"autoload-dev" : {
34
34
"psr-4" : {
35
- "CodeeshopOc \\ DocumentPHP\\ Tests\\ " : " tests/"
35
+ "DocumentPHP\\ Tests\\ " : " tests/"
36
36
}
37
37
},
38
38
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace CodeeshopOc \ DocumentPHP ;
3
+ namespace DocumentPHP ;
4
4
5
- include_once ' /opt/lampp/htdocs/myshop1 /system/engine/controller.php ' ;
5
+ include_once getcwd () . ' ../../../.. /system/engine/controller.php ' ;
6
6
7
7
error_reporting (E_ALL ^ E_NOTICE ^ E_WARNING );
8
8
9
9
class FetchFiles {
10
10
public $ data = [];
11
- public $ destination_path = ' /opt/lampp/htdocs/myshop1 /catalog/controller/api/ ' ;
11
+ public $ destination_path = getcwd () . ' ../../../.. /catalog/controller/api/ ' ;
12
12
13
13
function rrmdir ($ dir ) {
14
14
// return;
You can’t perform that action at this time.
0 commit comments