From f24f50d148cf73b117a1180180c511bf5097fb55 Mon Sep 17 00:00:00 2001 From: Metabox Date: Sun, 24 Mar 2019 06:02:51 +1100 Subject: [PATCH] vc test --- .vscode/settings.json | 3 ++- .vstags | 20 ++++++++++++++++++++ htdocs/cgi-bin/login_ctr.cgi | 1 - 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .vstags diff --git a/.vscode/settings.json b/.vscode/settings.json index 45af1c8..29756c1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "git.autofetch": true, - "git.autoStash": true + "git.autoStash": true, + // "git.credential.helper": "git config --global credential.helper 'cache --timeout=3600'" } \ No newline at end of file diff --git a/.vstags b/.vstags new file mode 100644 index 0000000..e16361e --- /dev/null +++ b/.vstags @@ -0,0 +1,20 @@ +!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ +!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ +!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ +!_TAG_PROGRAM_NAME Exuberant Ctags // +!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ +!_TAG_PROGRAM_VERSION 5.9~svn20110310 // +ConfirmedDelition htdocs/cgi-bin/remove.cgi 132;" s +DisplayDateDiffs htdocs/cgi-bin/remove.cgi 84;" s +NotConfirmed htdocs/cgi-bin/remove.cgi 152;" s +big_money htdocs/cgi-bin/stats.cgi 105;" s +boldDate htdocs/cgi-bin/remove.cgi 126;" s +build htdocs/cgi-bin/search.cgi 80;" s +buildNavigationButtons htdocs/cgi-bin/main.cgi 444;" s +checkCreateTables htdocs/cgi-bin/main.cgi 489;" s +checkCreateTablesAndSettings htdocs/cgi-bin/config.cgi 211;" s +dateDiff htdocs/cgi-bin/remove.cgi 118;" s +processSubmit htdocs/cgi-bin/config.cgi 113;" s +processSubmit htdocs/cgi-bin/main.cgi 358;" s +selectSQL htdocs/cgi-bin/stats.cgi 94;" s +wanted htdocs/cgi-bin/e_vars.pl 211;" s diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 8376406..ea931e6 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -29,7 +29,6 @@ my $dbs; my $q = CGI->new; print $q->header(-expires=>"+6os", -charset=>"UTF-8"); - print $q->start_html(-title => "Personal Log", -script=>{-type => 'text/javascript', -src => 'wsrc/main.js'}, -style =>{-type => 'text/css', -src => 'wsrc/main.css'}, -- 2.34.1