File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 },
2828 "autoload" : {
2929 "psr-4" : {
30- "CodeeshopOc \\ DocumentPHP\\ " : " src/"
30+ "DocumentPHP\\ " : " src/DocumentPHP /"
3131 }
3232 },
3333 "autoload-dev" : {
3434 "psr-4" : {
35- "CodeeshopOc \\ DocumentPHP\\ Tests\\ " : " tests/"
35+ "DocumentPHP\\ Tests\\ " : " tests/"
3636 }
3737 },
3838 "scripts" : {
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CodeeshopOc \ DocumentPHP ;
3+ namespace DocumentPHP ;
44
5- include_once ' /opt/lampp/htdocs/myshop1 /system/engine/controller.php ' ;
5+ include_once getcwd () . ' ../../../.. /system/engine/controller.php ' ;
66
77error_reporting (E_ALL ^ E_NOTICE ^ E_WARNING );
88
99class FetchFiles {
1010 public $ data = [];
11- public $ destination_path = ' /opt/lampp/htdocs/myshop1 /catalog/controller/api/ ' ;
11+ public $ destination_path = getcwd () . ' ../../../.. /catalog/controller/api/ ' ;
1212
1313 function rrmdir ($ dir ) {
1414 // return;
You can’t perform that action at this time.
0 commit comments