]> lifelog.hopto.org Git - LifeLog.git/commitdiff
vc test
authorMetabox <redacted>
Sat, 23 Mar 2019 19:02:51 +0000 (06:02 +1100)
committerMetabox <redacted>
Sat, 23 Mar 2019 19:02:51 +0000 (06:02 +1100)
.vscode/settings.json
.vstags [new file with mode: 0644]
htdocs/cgi-bin/login_ctr.cgi

index 45af1c81875c90810470333e2b3b50875afa3879..29756c16d7089ceb0ccd399b12f4aeaa6442ca30 100644 (file)
@@ -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 (file)
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
index 837640642fb5ea52f5295639f6c8990c55f3494a..ea931e64e05be43d125337ed2216ccaf1cb91607 100755 (executable)
@@ -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'},