2DU 8 лет назад
Родитель
Сommit
289fe8841a
3 измененных файлов с 5 добавлено и 5 удалено
  1. 3 3
      app.py
  2. 1 1
      update_mysql.py
  3. 1 1
      version.md

+ 3 - 3
app.py

@@ -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', 

+ 1 - 1
update_mysql.py

@@ -17,7 +17,7 @@ conn = pymysql.connect(
 )
 curs = conn.cursor(pymysql.cursors.DictCursor)   
 
-r_ver = '2.2.2'
+r_ver = '2.2.3'
 
 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)")

+ 1 - 1
version.md

@@ -127,7 +127,7 @@
 
 ----
 ## 기타
- * 최신 버전 - v2.2.2c
+ * 최신 버전 - v2.2.3
 
 ----
 ## 개발 이념