Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3497:a7961ce245be
edit cgi
author | mituyuki <c115107@g.koeki-u.ac.jp> |
---|---|
date | Sat, 29 Jul 2017 21:36:41 +0900 |
parents | 438590a064bc |
children | e6a462c0a33d |
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:07:19 2017 +0900 +++ b/event/oasis2017/idol/idol.cgi Sat Jul 29 21:36:41 2017 +0900 @@ -3,7 +3,7 @@ require 'cgi' require 'json' require 'sqlite3' -dbfile = './db/data.sq3' +dbfile = '.././db/data.sq3' c = CGI.new({'accept_charset' => 'utf-8'}) #print "Content-type: application/json; charset=UTF-8\n\n"