summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-11 12:18:01 +0200
committerRaindropsSys <contact@minteck.org>2023-07-11 12:18:01 +0200
commitd0a5f76334f5235a4f741570ef79ac379293170e (patch)
tree1a91220fe9ad486b23e10879558e8d357e10ad21
parent750631359b5863f9c18606dd9b50f9e969f79238 (diff)
downloadhorses-d0a5f76334f5235a4f741570ef79ac379293170e.tar.gz
horses-d0a5f76334f5235a4f741570ef79ac379293170e.tar.bz2
horses-d0a5f76334f5235a4f741570ef79ac379293170e.zip
Updated includes/version.txt and added legal/terms/index.php (automated)
-rw-r--r--includes/version.txt2
-rw-r--r--legal/terms/index.php4
2 files changed, 5 insertions, 1 deletions
diff --git a/includes/version.txt b/includes/version.txt
index cabbe6d..e75790e 100644
--- a/includes/version.txt
+++ b/includes/version.txt
@@ -1 +1 @@
-12.6.3 \ No newline at end of file
+12.6.4 \ No newline at end of file
diff --git a/legal/terms/index.php b/legal/terms/index.php
new file mode 100644
index 0000000..1ba20aa
--- /dev/null
+++ b/legal/terms/index.php
@@ -0,0 +1,4 @@
+<?php
+
+header("Location: /legal/terms-of-service");
+die(); \ No newline at end of file