We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c198349 commit 271d3a2Copy full SHA for 271d3a2
Passport/README.md
@@ -20,7 +20,7 @@
20
<?php
21
$activates = array_keys(Typecho_Plugin::export()['activated']);
22
if (in_array('Passport', $activates)) {
23
- echo '<a href="' . Typecho_Common::url('Passport/forgot', $options->index) . '">' . '忘记密码' . '</a>';
+ echo '<a href="' . Typecho_Common::url('passport/forgot', $options->index) . '">' . '忘记密码' . '</a>';
24
}
25
?>
26
```
0 commit comments