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"; -?>