Change config folder

Change config folder for later developments. A few style improvements.
This commit is contained in:
Danang Probo Sayekti 2014-01-25 08:04:51 +07:00
commit 5358f21d50
23 changed files with 208 additions and 28 deletions

View file

@ -10,7 +10,7 @@ require 'system/includes/functions.php';
require 'system/includes/opml.php';
// Load the configuration file
config('source', 'admin/config.ini');
config('source', 'config/config.ini');
// The front page of the blog.
// This will match the root url

View file

@ -1135,7 +1135,7 @@ function welcome_page() {
echo <<<EOF
<div style="font-size:20px;text-align:center;padding:50px 20px;">
<h1>Welcome to your new HTMLy-powered blog.</h1>
<p>The next thing you will need to do is creating the first account. Please create <strong><em>YourUsername.ini</em></strong> inside <strong><em>admin/users</em></strong> folder and write down your password there:</p>
<p>The next thing you will need to do is creating the first account. Please create <strong><em>YourUsername.ini</em></strong> inside <strong><em>config/users</em></strong> folder and write down your password there:</p>
<pre><code>password = YourPassword</code></pre>
<p>Login to your blog admin panel at <strong><em>www.example.com/admin</em></strong> to creating your first post.</p>
<p>This welcome message will disappear after your first post published.</p>