• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H09-Apr-2023-236

lang/en/H09-Apr-2023-265

syntax/H09-Apr-2023-203113

LICENSEH A D08-Apr-202317.7 KiB340281

READMEH A D08-Apr-20231.3 KiB3727

plugin.info.txtH A D08-Apr-2023200 87

README

1embeddedphp plugin for DokuWiki
2
3Allow embeded PHP on wiki pages to restore the functionality
4present up to DokuWiki "Igor" for those use-cases where it is safe
5to do so.
6
7IMPORTANT SECURITY WARNING: Please never use this plugin where
8untrusted or incompetent people are able to edit wiki pages!
9Embedded PHP code can do ANYTHING that the server PHP environment
10allows, including deleting your wiki and more! Never use this on
11a publicly editable wiki!
12USE ONLY ON PRIVATE WIKIS!
13
14All documentation for this plugin can be found at
15https://www.dokuwiki.org/plugin:embeddedphp
16
17If you install this plugin manually, make sure it is installed in
18lib/plugins/embeddedphp/ - if the folder is called differently it
19will not work!
20
21Please refer to http://www.dokuwiki.org/extensions for additional info
22on how to install extensions in DokuWiki.
23
24----
25Copyright (C) fiwswe <dwplugin@fwml.de>
26
27This program is free software; you can redistribute it and/or modify
28it under the terms of the GNU General Public License as published by
29the Free Software Foundation; version 2 of the License
30
31This program is distributed in the hope that it will be useful,
32but WITHOUT ANY WARRANTY; without even the implied warranty of
33MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34GNU General Public License for more details.
35
36See the LICENSING file for details
37