mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 11:31:16 +02:00
More navigation corrections
This commit is contained in:
@@ -38,12 +38,13 @@
|
||||
<li><a href="/index.html#command_line_interface">Command Line Interface</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/index.html#dependency_management">Dependency Management</a></li>
|
||||
<li><a href="/index.html#databases_and_pdo">Databases and PDO</a></li>
|
||||
<li><a href="/index.html#security">Security</a>
|
||||
<ul>
|
||||
<li><a href="/index.html#web_application_security">Web Application Security</a></li>
|
||||
<li><a href="/index.html#password_hashing_with_bcrypt">Password Hashing with Bcrypt</a></li>
|
||||
<li><a href="/index.html#dependency_management">Dependency Management</a></li>
|
||||
<li><a href="/index.html#input_filtering_and_sanitizing">Input Filtering and Sanitizing</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/index.html#testing">Testing</a></li>
|
||||
|
Reference in New Issue
Block a user