new pisilinux web sites

This commit is contained in:
Erkan IŞIK
2026-07-01 16:44:17 +03:00
commit b58488b586
21740 changed files with 2066209 additions and 0 deletions
@@ -0,0 +1,23 @@
<?php $lang = ZN\Lang::default('ZN\Authentication\AuthenticationDefaultLanguage')::select('Authentication'); ?>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<table class="table table-bordered">
<tr>
<th colspan="2"><?php echo $lang['verificationEmail']?></th>
</tr>
<tr>
<td><?php echo $lang['username']?></td>
<td><?php echo $user; ?></td>
</tr>
<tr>
<td><?php echo $lang['password']?></td>
<td><?php echo $pass; ?></td>
</tr>
<tr>
<td colspan="2">
<a href="<?php echo $url; ?>"><?php echo $lang['learnNewPassword']; ?></a>
</td>
</tr>
</pre>