@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Saito - The Threaded Web Forum |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | if ($secured && $hasSettingsTable) { |
71 | 71 | $this->log('Installer found Settings-table. Moving on to Updater.', LogLevel::INFO, ['saito.install']); |
72 | 72 | //// disable installer and move on to updater instead |
73 | - (new File(CONFIG . 'installer'))->delete(); |
|
73 | + (new File(CONFIG.'installer'))->delete(); |
|
74 | 74 | |
75 | 75 | return $this->redirect('/'); |
76 | 76 | } |