1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

safe_mode is a dead link (#720)

This commit is contained in:
沈唁
2022-11-15 09:42:52 +08:00
committed by GitHub
parent 6ee51fc46a
commit 83ca8d751c

View File

@@ -75,7 +75,7 @@ function a($href): void {
<li>Reference pages (e.g. <?php a("imap") ?>)</li>
<li>Function pages (e.g. <?php a("join") ?>)</li>
<li>Class pages (e.g. <?php a("dir") ?>)</li>
<li>Feature pages (e.g. <?php a("safe_mode") ?>)</li>
<li>Feature pages (e.g. <?php a("commandline") ?>)</li>
<li>Control structure pages (e.g. <?php a("while") ?>)</li>
<li>Other language pages (e.g. <?php a("oop") ?>)</li>
</ul>