mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
paymentgateway to paymentgateway folder
This commit is contained in:
parent
da44e3f6da
commit
f8a879dc0f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ switch ($action) {
|
|||
if (file_exists($target . 'plugin')) {
|
||||
File::copyFolder($target . 'plugin', File::pathFixer('system/plugin/'));
|
||||
} else if (file_exists($target . 'paymentgateway')) {
|
||||
File::copyFolder($target . 'paymentgateway', File::pathFixer('system/plugin/'));
|
||||
File::copyFolder($target . 'paymentgateway', File::pathFixer('system/paymentgateway/'));
|
||||
} else if (file_exists($target . 'theme')) {
|
||||
File::copyFolder($target . 'theme', File::pathFixer('ui/themes/'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue