Parent Directory | Revision Log | Patch
revision 1172 by misc, Tue Feb 22 01:17:31 2011 UTC | revision 1173 by misc, Tue Feb 22 01:20:43 2011 UTC | |
---|---|---|
# | Line 76 class phpbb { | Line 76 class phpbb { |
76 | cwd => $forums_dir, | cwd => $forums_dir, |
77 | creates => "$forums_dir/$lang", | creates => "$forums_dir/$lang", |
78 | require => File["$forums_dir"], | require => File["$forums_dir"], |
79 | notify => "rm_install $lang", | notify => Exec["rm_install $lang"], |
80 | } | } |
81 | ||
82 | # remove this or the forum will not work ( 'board disabled' ) | # remove this or the forum will not work ( 'board disabled' ) |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |