mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 08:44:37 +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');
|
$file = pathFixer('system/cache/phpnuxbill.zip');
|
||||||
$folder = pathFixer('system/cache/phpnuxbill-master');
|
$folder = pathFixer('system/cache/phpnuxbill-master/');
|
||||||
if (empty($step)) {
|
if (empty($step)) {
|
||||||
$step++;
|
$step++;
|
||||||
} else if ($step == 1) {
|
} else if ($step == 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue