@@ -44,8 +44,8 @@ def redirect(data):
from func import *
-r_ver = '2.2.2'
-p_ver = 'c'
+r_ver = '2.2.3'
+p_ver = ''
try:
curs.execute('select data from other where name = "version"')
@@ -703,7 +703,7 @@ def blocklog(num = 1):
div += '</tbody> \
</table> \
<br> \
- <a href="/xref/' + url_pas(name) + '/n/' + str(num - 1) + '">(이전)</a> <a href="/xref/' + url_pas(name) + '/n/' + str(num + 1) + '">(이후)</a>'
+ <a href="/blocklog/n/' + str(num - 1) + '">(이전)</a> <a href="/blocklog/n/' + str(num + 1) + '">(이후)</a>'
return(
template('other',
@@ -17,7 +17,7 @@ conn = pymysql.connect(
)
curs = conn.cursor(pymysql.cursors.DictCursor)
curs2.execute("create table data(title text, data text, acl text)")
curs2.execute("create table history(id text, title text, data text, date text, ip text, send text, leng text)")
@@ -127,7 +127,7 @@
----
## 기타
- * 최신 버전 - v2.2.2c
+ * 최신 버전 - v2.2.3
## 개발 이념