Files
newznab-tmux-NNTmux/www/install/templates/step5.tpl
T
2016-09-20 14:13:40 +02:00

18 lines
809 B
Smarty
Executable File

<div style="text-align:center">
{if !$cfg->error}
<p>The configuration file has been saved, you may continue to the next step.</p>
<form action="step6.php"><input type="submit" value="Step six: Setup admin user" /></form>
{else}
{if !$cfg->saveConfigCheck}
<h3><span class="error">Error saving {$cfg->NN_WWW}/config.php.</span></h3>
<p>Please save the config.php yourself by creating:<br /><b>{$cfg->NN_WWW}/config.php</b><br />and setting its contents to the following:</p>
<p><textarea cols="100" rows="60">{$cfg->COMPILED_CONFIG}</textarea></p>
{/if}
{if !$cfg->saveLockCheck}
<br />
<h3><span class="error">Error saving {$cfg->INSTALL_DIR}/install.lock</span></h3>
<p>Please save the install.lock yourself by creating:<br /><b>{$cfg->INSTALL_DIR}/install.lock</b></p>
{/if}
{/if}
</div>