summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/writing/moralrealism.php3
-rwxr-xr-xupdatesite2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/writing/moralrealism.php b/src/writing/moralrealism.php
index 069d50d..76bbcdc 100644
--- a/src/writing/moralrealism.php
+++ b/src/writing/moralrealism.php
@@ -1,7 +1,8 @@
<?php
-$title = "Principles of Crytography for Data Security";
+$title = "On Moral Realism";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+?>
<p>
Moral realism is, in essence, the concept that moral statements deal with a real thing. That is to say, a statement such as "murder is wrong" is a statement of fact
in much the same way that "the sky is blue" is. As a proposition, it could be said "the statement "murder is wrong" is true." Generally speaking, moral realism is the
diff --git a/updatesite b/updatesite
index dde0a14..066cfd5 100755
--- a/updatesite
+++ b/updatesite
@@ -1,4 +1,4 @@
-rsync -avzP --rsh=ssh . root@www.aberrantflux.xyz:/var/www/aberrantflux-site
+rsync -avzP --rsh=ssh ./src/ root@www.aberrantflux.xyz:/var/www/aberrantflux-site
if [ $# -eq 0 ]; then
exit 0