This commit is contained in:
Emily Daemon 2022-11-17 20:28:01 +02:00
parent ae99e2552b
commit 204389d2f2
2 changed files with 1 additions and 17 deletions

View File

@ -3,7 +3,7 @@ $version="v0.0-dev";
$copyright_date="2022"; $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. $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 $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! $charset="UTF-8"; // If you don't know what this is, leave it be!

View File

@ -1,16 +0,0 @@
<?php
$version="v0.0-dev";
$rootdir="/var/www/moodblog";
$url="http://192.168.8.222:2202";
$style="glazed-gray.css"; // This would be a file located in your /css folder
$blog_title="Example User's blog created with moodblog";
$short_blog_title="Example moodblog"; // String used in <title>
$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";
?>