Roan Kattouw wrote:
> 2009/11/9 李琴 <[email protected]>:
>>   <form action="..\includes\update\update.php" method="post"
>> id="updateform"><div>
> * Replace the backslashes by forward slashes
> * Verify that ../includes/update/update.php is the correct relative
> path to update.php

Being for the sidebar, it won't be. The .. is very likely wrong (path is
relative to the entry point). And using tiny urls, it will break with
articles like [[Foo/bar]].
Use $wgScriptPath/includes/update/update.php Or better yet,
$wgScriptPath/extensions/update/update.php instead of touching includes
folder.


_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to