• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision22f5ed98706b37d6f4938654bb35fa79301b11c6 (tree)
Time2009-01-12 13:19:12
Authorhenoheno <henoheno>
Commiterhenoheno

Log Message

CLI_PATH -> PKWK_CLI_PATH

Change Summary

Incremental Difference

--- a/bin/pkwk14.php
+++ b/bin/pkwk14.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: pkwk14.php,v 1.4 2009/01/12 03:50:33 henoheno Exp $
3+// $Id: pkwk14.php,v 1.5 2009/01/12 04:19:12 henoheno Exp $
44 // Copyright (C) 2009 PukiWiki Developers Team
55 // License: GPL v2 or (at your option) any later version
66 //
@@ -9,7 +9,7 @@
99
1010 # Name and Usage --------------------------------------------
1111 define('PKWK_CLI_NAME', $argv[0]);
12-//define('CLI_PATH', rtrim(getcwd(), '/\\'));
12+//define('PKWK_CLI_PATH', rtrim(getcwd(), '/\\'));
1313
1414 function usage()
1515 {