Moved towards smarty templates, support php7, switched to mysqli,

finalized language support and fixed some more bugs
This commit is contained in:
2023-02-13 16:41:38 +01:00
parent 76ccecca7f
commit ee582988e6
192 changed files with 13558 additions and 13476 deletions
+7 -9
View File
@@ -1,11 +1,9 @@
<p>
<table class="footer">
<tr>
<td align="center">
IP Reg {config_version}
</td>
</tr>
</table>
<table class="footer">
<tr>
<td align="center">
IP Reg {$config_version}
</td>
</tr>
</table>
</body>
</html>