Added version number to footer

This commit is contained in:
Ziver Koc 2017-08-07 14:25:35 +02:00
parent 78d85d99f5
commit 15d8e4da77
2 changed files with 3 additions and 2 deletions

2
WebContent/footer.jsp Normal file → Executable file
View file

@ -17,7 +17,7 @@
Powered by
Java2EE And Tomcat. Zallery Gallery created by Ziver Koc.
Java2EE And Tomcat. Zallery Gallery(v<%=Zallery.VERSION %>) created by Ziver Koc.
<br>Built on the
<a href="http://upthemes.com/themes/gallery/" title="Gallery Wordpress Theme" rel="designer">Gallery WordPress Theme</a>
by

View file

@ -31,7 +31,8 @@ import zutil.log.LogUtil;
public class Zallery extends HttpServlet{
private static Logger logger = LogUtil.getLogger();
private static final long serialVersionUID = 1L;
public static final String VERSION = "1.0.0";
public static String WEBSITE_NAME = "Example.com";
public static String WEBSITE_URL = "http://example.com";