Updated some housekeeping stuff

This commit is contained in:
Ubergeek 2019-07-13 17:34:43 +00:00
parent c8ea9511dc
commit c90cf06413
8 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp *.swp
webmail

View File

@ -12,5 +12,5 @@
/* SITE */ /* SITE */
Last update: 2019/03/22 Last update: 2019/03/22
Standards: HTML5 Standards: HTML5
Components: Apache2, Git, and PHP Components: Apache2, Git, and PHP, Parsedown, Parsedown Extra
Software: vim, geany, ansible, wiki.php Software: vim, geany, ansible, wiki.php

View File

@ -1,5 +1,6 @@
<?php <?php
include "../config.php"; include "../config.php";
// This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
$name = $_GET['contact_name']; $name = $_GET['contact_name'];
$email = $_GET['email_address']; $email = $_GET['email_address'];

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
This code is Copyright(c) 2019 by ubergeek under the GPL 3 or later. This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
Parsedown is licensed under the MIT license. Parsedown is licensed under the MIT license.
*/ */

View File

@ -1,4 +1,5 @@
<?php <?php
// This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
include "../config.php"; include "../config.php";
$name = $_GET['contact_name']; $name = $_GET['contact_name'];

View File

@ -1,7 +1,7 @@
<?php <?php
/* /*
This code is Copyright(c) 2019 by ubergeek under the GPL 3 or later. This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
Parsedown is licensed under the MIT license. Parsedown and Parsedown Extra is licensed under the MIT license.
*/ */
include('../config.php'); include('../config.php');

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
This code is Copyright(c) 2019 by ubergeek under the GPL 3 or later. This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
Parsedown is licensed under the MIT license. Parsedown is licensed under the MIT license.
*/ */