mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Change config folder
Change config folder for later developments. A few style improvements.
This commit is contained in:
parent
29fea933b0
commit
5358f21d50
23 changed files with 208 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue