diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-11 11:11:06 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-11 11:11:06 +0200 |
| commit | b1380c4a9f479de4fc456b6305bee57bc752ad03 (patch) | |
| tree | c0d42fb103edafa5e9b8e5f04f48bfdcc658441e /htroot/Blog.xml | |
| parent | f2b0f41d8492ebf92b0e331e8c9c78e626f371c9 (diff) | |
cleaned up user authentication
this removes the userDB-exception in the normal
authentication process which affected mostly wiki
and blog which are not required any more. We also
cleaned up translation messages as this function was
not used at all. This is a required step forward
a renovation of the jetty server.
Diffstat (limited to 'htroot/Blog.xml')
| -rw-r--r-- | htroot/Blog.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/htroot/Blog.xml b/htroot/Blog.xml deleted file mode 100644 index 56d758918..000000000 --- a/htroot/Blog.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<blog>
- #(mode)#
- #{entries}#
- <item>
- <id>#[pageid]#</id>
- <timestamp>#[timestamp]#</timestamp>
- <ip>#[ip]#</ip>
- <author><![CDATA[#[author]#]]></author>
- <subject><![CDATA[#[subject]#]]></subject>
- <content><![CDATA[#[page]#]]></content>
- </item>
- #{/entries}#
- #(/mode)#
-</blog>
\ No newline at end of file |
