diff --git a/app/views/post/show.php b/app/views/post/show.php index 9dafde4..bd10b1c 100755 --- a/app/views/post/show.php +++ b/app/views/post/show.php @@ -13,14 +13,14 @@ partial('post/show_partials/status_notices', array('pools' => $this->pools)) ?>
can_show_ad('post#show-top', current_user())) : ?> diff --git a/app/views/static/index.php b/app/views/static/index.php index a83805e..5e6356c 100755 --- a/app/views/static/index.php +++ b/app/views/static/index.php @@ -21,7 +21,7 @@ is_member_or_higher()) : ?> mailTo(CONFIG()->admin_contact, "Contact", ['encode' => "javascript"]) ?> – - t('static_serve') ?>post_count, 0) ?>t('static_posts2') ?>– t('static_running')) ?>version ?> + t('static_serve') ?>post_count, 0) ?>t('static_posts2') ?>– t('static_running')) ?>version ?>
t('static_translation') ?>

diff --git a/config/default_config.php b/config/default_config.php index 8cd9e19..ae45df1 100755 --- a/config/default_config.php +++ b/config/default_config.php @@ -8,7 +8,7 @@ namespace MyImouto; abstract class DefaultConfig { # The name of this booru. - public $app_name = 'my.imouto'; + public $app_name = 'Sequenzia'; # Host name. Must not include scheme (i.e. http(s)://) nor trailing slash. public $server_host = '127.0.0.1:3000'; @@ -17,7 +17,7 @@ abstract class DefaultConfig public $url_base = 'http://127.0.0.1:3000'; # The version of this MyImouto - public $version = '1.0.8'; + public $version = '1.1'; # This is a salt used to make dictionary attacks on account passwords harder. public $user_password_salt = 'choujin-steiner';