From: Kilian Saffran Date: Fri, 8 Mar 2019 16:33:33 +0000 (+0100) Subject: auto commit on 2019-03-08 17:33 X-Git-Url: http://cloud.dks.lu/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=hand-hand-afrika_lu.git auto commit on 2019-03-08 17:33 --- diff --git a/admin/index.cgi b/admin/index.cgi new file mode 100644 index 0000000..e69de29 diff --git a/admin/tmpl/foot/javascript.tt b/admin/tmpl/foot/javascript.tt new file mode 100644 index 0000000..e69de29 diff --git a/admin/tmpl/head/css.tt b/admin/tmpl/head/css.tt new file mode 100644 index 0000000..e69de29 diff --git a/admin/tmpl/head/head.tt b/admin/tmpl/head/head.tt new file mode 100644 index 0000000..e69de29 diff --git a/admin/tmpl/page/forgotpassword.tt b/admin/tmpl/page/forgotpassword.tt new file mode 100644 index 0000000..e69de29 diff --git a/admin/tmpl/page/login.tt b/admin/tmpl/page/login.tt new file mode 100644 index 0000000..e69de29 diff --git a/admin/tmpl/skeleton/index.tt b/admin/tmpl/skeleton/index.tt new file mode 100644 index 0000000..e69de29 diff --git a/db/hha.sqlite b/db/hha.sqlite deleted file mode 100644 index fdc1a06..0000000 Binary files a/db/hha.sqlite and /dev/null differ diff --git a/index.cgi b/index.cgi index b7bdf06..41a0fa7 100644 --- 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=(); diff --git a/robots.txt b/robots.txt index e14e3b4..122a167 100644 --- a/robots.txt +++ b/robots.txt @@ -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