From 83020280490f7cbff8063fa3033b76ea0f247244 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Thu, 7 Jul 2022 22:40:11 -0400 Subject: [PATCH] Update pages with changes to /common/ The building block PHP files have been moved. --- blog/by_tag/index.php | 6 +++--- index.php | 6 +++--- license/GPLv2.php | 6 +++--- license/MIT.php | 6 +++--- license/index.php | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/blog/by_tag/index.php b/blog/by_tag/index.php index e50604d..8bf0009 100644 --- a/blog/by_tag/index.php +++ b/blog/by_tag/index.php @@ -1,6 +1,6 @@
A text version of this document can be found here.
\n"; - include ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php'); + include ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php'); ?> diff --git a/license/MIT.php b/license/MIT.php index 46d8f4f..bd46ebc 100644 --- a/license/MIT.php +++ b/license/MIT.php @@ -1,7 +1,7 @@ "; ?>The MIT License (MIT)
@@ -15,5 +15,5 @@THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
A text version of this document can be found here.\n"; - include ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php'); + include ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php'); ?> diff --git a/license/index.php b/license/index.php index 2888d40..19e20db 100644 --- a/license/index.php +++ b/license/index.php @@ -3,8 +3,8 @@ function display_file($license_file){ $out = file_get_contents($license_file); echo "".$out."
";
}
-include_once ($_SERVER['DOCUMENT_ROOT'].'/common/header.php');
-include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
+include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/header.php');
+include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/menu.php');
?>
A summery of all licenses that apply to this website.
@@ -57,4 +57,4 @@ You can learn more on prismjs.com.MIT Licensed.