Moved towards smarty templates, support php7, switched to mysqli,
finalized language support and fixed some more bugs
This commit is contained in:
+7
-9
@@ -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>
|
||||
Reference in New Issue
Block a user