mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-30 15:54:51 +02:00
add slash in the end folder
This commit is contained in:
parent
62c3002152
commit
5b077f7773
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if (!extension_loaded('zip')) {
|
|||
|
||||
|
||||
$file = pathFixer('system/cache/phpnuxbill.zip');
|
||||
$folder = pathFixer('system/cache/phpnuxbill-master');
|
||||
$folder = pathFixer('system/cache/phpnuxbill-master/');
|
||||
if (empty($step)) {
|
||||
$step++;
|
||||
} else if ($step == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue