Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CurrentRelease' into CurrentRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Bock committed Sep 21, 2023
2 parents 19f8a0e + 398f75f commit 379f726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
15 changes: 0 additions & 15 deletions .idea/deployment.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/webServers.xml

This file was deleted.

3 changes: 3 additions & 0 deletions database/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Files "SQLiteDatabase.db">
Require all denied
</Files>
2 changes: 1 addition & 1 deletion database/SQLFooterActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function showFooter()
<div class=\"container\">
<div class=\"row align-items-center\">
<div class=\"col-md-4\">";
echo ($this->getFooterEntry('copyright')) ? "<span class=\"copyright\">&copy; OnePagerCMS 2022</span>" : "";
echo ($this->getFooterEntry('copyright')) ? "<span class=\"copyright\">&copy; OnePagerCMS 2019-".date("Y")."</span>" : "";
echo "
</div>
<div class=\"col-md-4\">
Expand Down

0 comments on commit 379f726

Please sign in to comment.