Working to get installation working smootly.
[pivip.git] / project / modules / install / views / scripts / install / configuration.phtml
blob52f11c7946aa7abe3c5e5dd3cd3302d3de292248
1 <h1><?= $this->translate('Installation'); ?></h1>
3 <p>
4         <?= $this->translate(
5 'Hey there! You are about to install %1$s. Exciting, isn\'t it?
6 Don\'t worry, it\'s easy.
7 Just enter your server details and we will do the rest.
8 ', $this->getSoftwareInfo()->name) ?>
9 </p>
11 <p>
12 <?= $this->form; ?>
13 </p>