14,974
edits
| Line 31: | Line 31: | ||
some_file.php //the file included common/view.php | some_file.php //the file included common/view.php | ||
</pre> | </pre> | ||
* solution: Using CONSTANT parameter (such as absolute file path in common configuration file) in the included path NOT using relative path | * solution: | ||
** Using CONSTANT parameter (such as absolute file path in common configuration file) in the included path NOT using relative path | |||
** [http://www.joehorn.idv.tw/archives/2011/10/28/1007/#comment-154414 Joe Horn 的啟示錄 » Subversion 1.7] | |||
== wiki softwares == | == wiki softwares == | ||