about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/install.xml
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-20 01:07:46 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-20 01:07:46 +0000
commit0d637dc342c97a646268aae4852457059e9310b6 (patch)
treed8e16fd802dce586bbcef99aab4b10799b602a55 /update/plugin/phpBB3/trunk/install.xml
parentf3d9fc3f516913112a5ddfe1a17728cdfba4007e (diff)
downloadinstadisc-0d637dc342c97a646268aae4852457059e9310b6.tar.gz
instadisc-0d637dc342c97a646268aae4852457059e9310b6.tar.bz2
instadisc-0d637dc342c97a646268aae4852457059e9310b6.zip
Update: Changed Subscription URL for phpBB3
Refs #61
Diffstat (limited to 'update/plugin/phpBB3/trunk/install.xml')
-rw-r--r--update/plugin/phpBB3/trunk/install.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/update/plugin/phpBB3/trunk/install.xml b/update/plugin/phpBB3/trunk/install.xml index dbdaaaf..99b7625 100644 --- a/update/plugin/phpBB3/trunk/install.xml +++ b/update/plugin/phpBB3/trunk/install.xml
@@ -28,13 +28,11 @@
28 28
29 <action-group> 29 <action-group>
30 <copy> 30 <copy>
31 <file from="root/instadisc.php" to="instadisc.php" />
32 <file from="root/adm/style/acp_instadisc.html" to="adm/style/acp_instadisc.html" /> 31 <file from="root/adm/style/acp_instadisc.html" to="adm/style/acp_instadisc.html" />
33 <file from="root/includes/functions_instadisc.php" to="includes/functions_instadisc.php" /> 32 <file from="root/includes/functions_instadisc.php" to="includes/functions_instadisc.php" />
34 <file from="root/includes/acp/acp_instadisc.php" to="includes/acp/acp_instadisc.php" /> 33 <file from="root/includes/acp/acp_instadisc.php" to="includes/acp/acp_instadisc.php" />
35 <file from="root/includes/acp/info/acp_instadisc.php" to="includes/acp/info/acp_instadisc.php" /> 34 <file from="root/includes/acp/info/acp_instadisc.php" to="includes/acp/info/acp_instadisc.php" />
36 <file from="root/language/en/mods/instadisc.php" to="language/en/mods/instadisc.php" /> 35 <file from="root/language/en/mods/instadisc.php" to="language/en/mods/instadisc.php" />
37 <file from="root/styles/prosilver/template/instadisc.html" to="styles/prosilver/template/instadisc.html" />
38 </copy> 36 </copy>
39 37
40 <open src="includes/functions_posting.php"> 38 <open src="includes/functions_posting.php">
@@ -64,6 +62,6 @@ if (($post_mode == 'post') || ($post_mode == 'reply'))
64 </edit> 62 </edit>
65 </open> 63 </open>
66 64
67 <diy-instructions lang="en">Go to http://fourisland.com/projects/instadisc/wiki/Update/phpBB3 for help on setting up your subscriptions.</diy-instructions> 65 <diy-instructions lang="en">Go to http://central.fourisland.com/release/update/phpBB3/ for help on setting up your subscriptions.</diy-instructions>
68 </action-group> 66 </action-group>
69</mod> 67</mod>