Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 1767:a9454a8f1622
edit cgi
author | mituyuki <c115107@g.koeki-u.ac.jp> |
---|---|
date | Sat, 29 Jul 2017 21:42:25 +0900 |
parents | 8834e4f8b41a |
children | a9ad3e9aa329 |
files | event/oasis2017/idol/idol.cgi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/event/oasis2017/idol/idol.cgi Sat Jul 29 21:39:45 2017 +0900 +++ b/event/oasis2017/idol/idol.cgi Sat Jul 29 21:42:25 2017 +0900 @@ -3,7 +3,7 @@ require 'cgi' require 'json' require 'sqlite3' -dbfile = '.././db/data.sq3' +dbfile = '.././db/point.sq3' c = CGI.new({'accept_charset' => 'utf-8'}) #print "Content-type: application/json; charset=UTF-8\n\n"