• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

blogger


Commit MetaInfo

Révisionf41ef3af88a843787d07a2d2666025c18b2bfb29 (tree)
l'heure2017-10-25 00:09:28
Auteurumorigu <umorigu@gmai...>
Commiterumorigu

Message de Log

BugTrack/2411 Fix document comment

Change Summary

Modification

--- a/lib/file.php
+++ b/lib/file.php
@@ -291,7 +291,7 @@ function get_date_atom($timestamp)
291291 // Generate ID
292292 function generate_fixed_heading_anchor_id($seed)
293293 {
294- // A random alphabetic letter + 7 letters of random strings from md()
294+ // A random alphabetic letter + 7 letters of random strings from md5()
295295 return chr(mt_rand(ord('a'), ord('z'))) .
296296 substr(md5(uniqid(substr($seed, 0, 100), TRUE)),
297297 mt_rand(0, 24), 7);
--- a/plugin/rename.inc.php
+++ b/plugin/rename.inc.php
@@ -6,7 +6,7 @@
66 //
77 // Rename plugin: Rename page-name and related data
88 //
9-// Usage: http://path/to/pukiwikiphp?plugin=rename[&refer=page_name]
9+// Usage: http://path/to/index.php?plugin=rename[&refer=page_name]
1010
1111 define('PLUGIN_RENAME_LOGPAGE', ':RenameLog');
1212