From 52e8f9ee21d4d5277cafc6bc9ab61929de1ec2fe Mon Sep 17 00:00:00 2001 From: sandlind <99462064+sandlind@users.noreply.github.com> Date: Thu, 26 May 2022 12:36:58 -0400 Subject: [PATCH] Add files via upload --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b523133..241c43d 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,7 @@ $setting_blog_name = 'smolBlog'; # Name of this blog $setting_blog_title = "smolBlog
This is your new smolBlog installation."; # In-line HTML that shows on top of the board -$setting_admin_pass = 'CHANGEME2'; # Admin pass (CHANGE THIS ! ! ! ) +$setting_admin_pass = 'CHANGEME'; # Admin pass (CHANGE THIS ! ! ! ) $setting_time_zone = 'America/New_York'; # Time zone ## FUNCTIONS