From 204389d2f255cdd457ed6ca053e46c9a114e60f0 Mon Sep 17 00:00:00 2001 From: jornmann Date: Thu, 17 Nov 2022 20:28:01 +0200 Subject: [PATCH] whoops --- templates/config.def.php | 2 +- templates/unused_config.php | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 templates/unused_config.php diff --git a/templates/config.def.php b/templates/config.def.php index 947d7a2..ed95740 100644 --- a/templates/config.def.php +++ b/templates/config.def.php @@ -3,7 +3,7 @@ $version="v0.0-dev"; $copyright_date="2022"; -$url="http://192.168.8.222:2202"; +$url="http://127.0.0.1"; $root=$url.""; // If moodblog is located in a subdirectory, you'll want to change this. $style="glazed-gray.css"; // This would be a file located in your /css folder $charset="UTF-8"; // If you don't know what this is, leave it be! diff --git a/templates/unused_config.php b/templates/unused_config.php deleted file mode 100644 index e9d5843..0000000 --- a/templates/unused_config.php +++ /dev/null @@ -1,16 +0,0 @@ - -$username="User"; -$tagline='"Sample tagline, not necessarily surrounded with quotes"'; -$more_info="IRC Nickname: Example -E-Mail: example@example.com - -Interests: Being an example, writing Lorem Ipsum-type texts"; -?>