Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php |
— | — | @@ -38,6 +38,8 @@ |
39 | 39 | exit( 1 ) ; |
40 | 40 | } |
41 | 41 | |
| 42 | +# Configuration |
| 43 | + |
42 | 44 | # Set the person's bio as their userpage? |
43 | 45 | $wgMakeUserPageFromBio = true; |
44 | 46 | # Text to add to bio pages if the above option is on |
— | — | @@ -140,6 +142,8 @@ |
141 | 143 | # This is cached, but still can be expensive on sites with thousands of requests. |
142 | 144 | $wgConfirmAccountNotice = true; |
143 | 145 | |
| 146 | +# End Configuration |
| 147 | + |
144 | 148 | $wgResourceModules['ext.confirmAccount'] = array( |
145 | 149 | 'styles' => 'confirmaccount.css', |
146 | 150 | 'localBasePath' => dirname( __FILE__ ) . '/presentation/modules', |