Skip to content
Snippets Groups Projects
grund.php 947 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<div class="alert alert-info">Nun kommen wir zu den Grundeinstellungen f&uuml;r deine Seite.</div>

<form method="post" action="?step=5">
	<table class="table table-striped">
		<tr>
			<td>Name deiner Seite</td>
			<td><input type="text" name="name" class="form-control"></td>
		</tr>
		<tr>
			<td>Domain deiner Seite</td>
			<td><input type="text" name="domain" value="https://<?php echo $_SERVER['HTTP_HOST'];?>" class="form-control"></td>
		</tr>
		<tr>
			<td>Name deiner W&auml;hrung</td>
			<td><input type="text" name="waehrung" class="form-control"></td>
		</tr>
		<tr>
			<td>Betreiber E-Mail Adresse</td>
			<td><input type="text" name="betreibermail" class="form-control"></td>
	</tr>
		<tr>
			<td>Cronjob Passwort</td>
			<td><input type="text" name="cron_pw" value="<?php echo create_code(14);?>" class="form-control"></td>
		</tr>
	</table>
	<input type="submit" class="btn btn-success" name="grunddaten" value="Speichern">
Eric Laufer's avatar
Eric Laufer committed
</form>