Skip to content

Commit 271d3a2

Browse files
authored
修复URL大小写问题
Linux下是严格区分大小写的,忘记密码的URL从 **Passport/forgot** 更改为-> **passport/forgot**
1 parent c198349 commit 271d3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Passport/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<?php
2121
$activates = array_keys(Typecho_Plugin::export()['activated']);
2222
if (in_array('Passport', $activates)) {
23-
echo '<a href="' . Typecho_Common::url('Passport/forgot', $options->index) . '">' . '忘记密码' . '</a>';
23+
echo '<a href="' . Typecho_Common::url('passport/forgot', $options->index) . '">' . '忘记密码' . '</a>';
2424
}
2525
?>
2626
```

0 commit comments

Comments
 (0)