mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
Update Version.php
This commit is contained in:
parent
f18c2b6701
commit
4d4820b56a
1 changed files with 3 additions and 1 deletions
|
@ -77,10 +77,12 @@ class Version extends Page
|
|||
}
|
||||
}
|
||||
|
||||
$debug = 1;
|
||||
$debug = 0;
|
||||
if ($debug) {
|
||||
$dm = new DownloadMicroweber();
|
||||
$dm->handle();
|
||||
} else {
|
||||
DownloadMicroweber::dispatch();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue