auto commit on 2019-03-08 17:33 master
authorKilian Saffran <ksaffran@dks.lu>
Fri, 8 Mar 2019 16:33:33 +0000 (17:33 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Fri, 8 Mar 2019 16:33:33 +0000 (17:33 +0100)
admin/index.cgi [new file with mode: 0644]
admin/tmpl/foot/javascript.tt [new file with mode: 0644]
admin/tmpl/head/css.tt [new file with mode: 0644]
admin/tmpl/head/head.tt [new file with mode: 0644]
admin/tmpl/page/forgotpassword.tt [new file with mode: 0644]
admin/tmpl/page/login.tt [new file with mode: 0644]
admin/tmpl/skeleton/index.tt [new file with mode: 0644]
db/hha.sqlite [deleted file]
index.cgi
robots.txt

diff --git a/admin/index.cgi b/admin/index.cgi
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/admin/tmpl/foot/javascript.tt b/admin/tmpl/foot/javascript.tt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/admin/tmpl/head/css.tt b/admin/tmpl/head/css.tt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/admin/tmpl/head/head.tt b/admin/tmpl/head/head.tt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/admin/tmpl/page/forgotpassword.tt b/admin/tmpl/page/forgotpassword.tt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/admin/tmpl/page/login.tt b/admin/tmpl/page/login.tt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/admin/tmpl/skeleton/index.tt b/admin/tmpl/skeleton/index.tt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/db/hha.sqlite b/db/hha.sqlite
deleted file mode 100644 (file)
index fdc1a06..0000000
Binary files a/db/hha.sqlite and /dev/null differ
index b7bdf06..41a0fa7 100644 (file)
--- a/index.cgi
+++ b/index.cgi
@@ -8,6 +8,7 @@ use Template::Plugin::DBI;
 use DBI;
 use DBD::PgPP;
 use CGI;
+use CGI::Carp qw/fatalsToBrowser/;
 
 my $cgi = new CGI();
 my $p=();
index e14e3b4..122a167 100644 (file)
@@ -1,4 +1,6 @@
 User-agent: *
 Disallow: /css
 Disallow: /js
-Disallow: /vendor
\ No newline at end of file
+Disallow: /vendor
+Disallow: /tmpl
+Disallow: /lib
\ No newline at end of file