forked from Thunix/www
Updated some housekeeping stuff
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*.swp
|
||||
webmail
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
/* SITE */
|
||||
Last update: 2019/03/22
|
||||
Standards: HTML5
|
||||
Components: Apache2, Git, and PHP
|
||||
Components: Apache2, Git, and PHP, Parsedown, Parsedown Extra
|
||||
Software: vim, geany, ansible, wiki.php
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
include "../config.php";
|
||||
// This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
|
||||
|
||||
$name = $_GET['contact_name'];
|
||||
$email = $_GET['email_address'];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
// This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
|
||||
include "../config.php";
|
||||
|
||||
$name = $_GET['contact_name'];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
This code is Copyright(c) 2019 by ubergeek under the GPL 3 or later.
|
||||
Parsedown is licensed under the MIT license.
|
||||
This code is licensed under the AGPL 3 or later by ubergeek (https://tildegit.org/ubergeek)
|
||||
Parsedown and Parsedown Extra is licensed under the MIT license.
|
||||
*/
|
||||
|
||||
include('../config.php');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user