From b33c6ba01d55ab30ce49025037b85dfd779ae511 Mon Sep 17 00:00:00 2001 From: Metabox Date: Mon, 22 Jul 2019 21:44:53 +1000 Subject: [PATCH] tagfixed. --- dbLifeLog/main.cnf | 2 +- htdocs/cgi-bin/login_ctr.cgi | 5 +- htdocs/cgi-bin/main.cgi | 2 + .../cgi-bin/wsrc/quill/examples/bubble.html | 62 +++++++++ htdocs/cgi-bin/wsrc/quill/examples/full.html | 120 ++++++++++++++++++ htdocs/cgi-bin/wsrc/quill/examples/snow.html | 70 ++++++++++ 6 files changed, 258 insertions(+), 3 deletions(-) create mode 100644 htdocs/cgi-bin/wsrc/quill/examples/bubble.html create mode 100644 htdocs/cgi-bin/wsrc/quill/examples/full.html create mode 100644 htdocs/cgi-bin/wsrc/quill/examples/snow.html diff --git a/dbLifeLog/main.cnf b/dbLifeLog/main.cnf index 3f7e8ec..a37e0e9 100644 --- a/dbLifeLog/main.cnf +++ b/dbLifeLog/main.cnf @@ -28,5 +28,5 @@ Credential format:< , must be enabled option. 40|Work `Work related entry, worth monitoring. 45|Food `Quick reference to recipes, observations. 50|Music `Music reference of interest. Youtube embbed. -<<~MIG<> +< LOG<5>|ALTER TABLE LOG ADD RTF BOOL DEFAULT 0;' ver. 1.5 diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index b1b0b94..65fb99b 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -335,7 +335,8 @@ try{ my $insCat = $db->prepare('INSERT INTO CAT VALUES (?,?,?)'); $db->begin_work(); foreach my $line (@lines) { - + + last if ($line =~ //); my @tick = split("`",$line); if( index( $line, '<commit(); } catch{ print $cgi->header; diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 5e88543..f0be91d 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -940,6 +940,8 @@ sub authenticate { $st->execute(); return; } +42FAP5H0JUSZM +UPDATE AUTH SET passw='42KANME0KVGI.' where alias='admin'; print $cgi->header( -expires => "+0s", -charset => "UTF-8" ); print $cgi->start_html( diff --git a/htdocs/cgi-bin/wsrc/quill/examples/bubble.html b/htdocs/cgi-bin/wsrc/quill/examples/bubble.html new file mode 100644 index 0000000..20ceefc --- /dev/null +++ b/htdocs/cgi-bin/wsrc/quill/examples/bubble.html @@ -0,0 +1,62 @@ + + + + Bubble Theme - Quill Rich Text Editor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + diff --git a/htdocs/cgi-bin/wsrc/quill/examples/full.html b/htdocs/cgi-bin/wsrc/quill/examples/full.html new file mode 100644 index 0000000..9875ac2 --- /dev/null +++ b/htdocs/cgi-bin/wsrc/quill/examples/full.html @@ -0,0 +1,120 @@ + + + + Full Editor - Quill Rich Text Editor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + diff --git a/htdocs/cgi-bin/wsrc/quill/examples/snow.html b/htdocs/cgi-bin/wsrc/quill/examples/snow.html new file mode 100644 index 0000000..85382b3 --- /dev/null +++ b/htdocs/cgi-bin/wsrc/quill/examples/snow.html @@ -0,0 +1,70 @@ + + + + Snow Theme - Quill Rich Text Editor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + -- 2.34.1