Skip to content

Commit 893a588

Browse files
committed
Merge branch 'develop'
2 parents d503869 + a60c9f0 commit 893a588

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

View/Layouts/default.ctp

+2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@
100100
<?= h($this->readSession('Setting.copyright')); ?>
101101
</div>
102102

103+
<?php if(isset($loginedUser)) {?>
103104
<div class="irohasoft">
104105
Powered by <a href="https://irohaboard.irohasoft.jp/"><?= APP_NAME; ?></a>
105106
</div>
107+
<?php }?>
106108

107109
<?= $this->element('sql_dump'); ?>
108110
</body>

webroot/.htaccess

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Options -Indexes
12
<IfModule mod_rewrite.c>
23
RewriteEngine On
34
RewriteCond %{REQUEST_FILENAME} !-d

webroot/robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent: *
2-
Disallow: /admin/
2+
Disallow: /

0 commit comments

Comments
 (0)