Files
bendtstudio0-static/pancake/installer/views/steps/welcome.php
2025-11-26 13:22:58 -05:00

13 lines
774 B
PHP
Executable File

<h2>Let's make some Pancakes!</h2>
<p>Ingredient list, make sure you have these to hand:</p>
<ul class="requirements">
<li>License key (in receipt email)</li>
<li>Database name</li>
<li>Database username</li>
<li>Database password</li>
<li>Database host</li>
</ul>
<p>If you have all the information ready yourself, then you're ready to go. Hit the "Install Pancake!" link below to continue.</p>
<p>If for any reason this recipe fails and the file creation doesn't work please try again then <a href="<?php echo PANCAKEAPP_COM_BASE_URL; ?>account/support/ticket/new">open a <strong>free</strong> support ticket</a> if it still does not work.</p>
<p class="center"><a href="<?php echo BASE_URL."index.php?/wizard/step1"; ?>" class="button">Install Pancake!</a></p>