diff options
-rw-r--r-- | src/writing/moralrealism.php | 3 | ||||
-rwxr-xr-x | updatesite | 2 |
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
@@ -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 |