From: <var...@us...> - 2021-06-28 13:50:14
|
Revision: 10333 http://sourceforge.net/p/phpwiki/code/10333 Author: vargenau Date: 2021-06-28 13:50:16 +0000 (Mon, 28 Jun 2021) Log Message: ----------- lib/plugin/text2png.php: no need for language subdirectory Modified Paths: -------------- trunk/pgsrc/Help%2Ftext2pngPlugin Modified: trunk/pgsrc/Help%2Ftext2pngPlugin =================================================================== --- trunk/pgsrc/Help%2Ftext2pngPlugin 2021-06-28 13:44:54 UTC (rev 10332) +++ trunk/pgsrc/Help%2Ftext2pngPlugin 2021-06-28 13:50:16 UTC (rev 10333) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Mon, 28 Jun 2021 15:49:58 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2Ftext2pngPlugin; @@ -7,7 +7,7 @@ Content-Transfer-Encoding: binary Convert text into a png image using GD without using [[Help:WikiPlugin|WikiPluginCached]]. -The images are stored in a private <PHPWIKI_DIR>/images/<LANG> subdirectory instead, +The images are stored in a private <PHPWIKI_DIR>/images/ subdirectory instead, which are not timestamp checked at all. Delete the .png file(s) if you change anything. This is a really simple and stupid plugin, which might need some work. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |