change email

main
yova 3 years ago
parent c02f3b05da
commit 88dc4b8189

@ -22,7 +22,7 @@ ignoreErrors = ["error-disable-taxonomy"]
[params]
# The "description" of your website. This is used in the meta data of your generated html.
description = "Personal website yova yvwntr"
description = "blog website yova yvwntr"
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder.
@ -41,7 +41,7 @@ ignoreErrors = ["error-disable-taxonomy"]
# This theme will, by default, inject a made-with-line at the bottom of the page.
# You can turn it off, but we would really appreciate if you dont :-).
# hideMadeWithLine = true
hideMadeWithLine = true
# By default, this theme displays dates with a format like "02 Jan, 2006", but
# you can customize it by setting the `dateFormat` param in your site's config

@ -1,2 +1,5 @@
Free thoughts for free minds.
Free software for a free society.
Free thoughts for a free mind.
Free software for a free society.
One Love. One mind. One power.
This is work in progress.

@ -11,7 +11,7 @@ require_once './vendor/autoload.php';
use FormGuide\Handlx\FormHandler;
$pp = new FormHandler();
$pp = new FormHandler();
$validator = $pp->getValidator();
$validator->fields(['name','email'])->areRequired()->maxLength(50);
@ -21,6 +21,6 @@ $validator->field('comments')->maxLength(6000);
$pp->sendEmailTo('someone@gmail.com'); // ← Your email here
$pp->sendEmailTo('yova@freedomhost.de'); // ← Your email here
echo $pp->process($_POST);
echo $pp->process($_POST);

@ -1 +1 @@
Subproject commit 95178cb6bf55d9bc2b7e2a0be59b3d8aee430f7a
Subproject commit 93be2e7f3add62850aea31149a472bd509f89f2d
Loading…
Cancel
Save