We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d503869 + a60c9f0 commit 893a588Copy full SHA for 893a588
View/Layouts/default.ctp
@@ -100,9 +100,11 @@
100
<?= h($this->readSession('Setting.copyright')); ?>
101
</div>
102
103
+ <?php if(isset($loginedUser)) {?>
104
<div class="irohasoft">
105
Powered by <a href="https://irohaboard.irohasoft.jp/"><?= APP_NAME; ?></a>
106
107
+ <?php }?>
108
109
<?= $this->element('sql_dump'); ?>
110
</body>
webroot/.htaccess
@@ -1,3 +1,4 @@
1
+Options -Indexes
2
<IfModule mod_rewrite.c>
3
RewriteEngine On
4
RewriteCond %{REQUEST_FILENAME} !-d
webroot/robots.txt
@@ -1,2 +1,2 @@
User-agent: *
-Disallow: /admin/
+Disallow: /
0 commit comments