Commit: 3a9021ab3a0ca634023a73f3c4220b67ba386be0 Author: Kalle Sommer Nielsen <ka...@php.net> Sat, 15 Dec 2018 22:47:25 +0100 Parents: d9ada8ec72dd0e39e42b8e7f9c94f6c6699cc0d0 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=3a9021ab3a0ca634023a73f3c4220b67ba386be0 Log: Added include/classes to the directory structure Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 92d5955..47fd759 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PHP Bug Tracking System +# PHP Bug Tracking System This is a unified bug tracking system for PHP hosted online at [bugs.php.net](https://bugs.php.net). @@ -46,6 +46,7 @@ Source code of this application is structured in the following directories: <web-bugs>/ ├─ .git/ # Git configuration and source directory └─ include/ # Application helper functions and configuration + ├─ classes/ # PEAR class overrides ├─ prepend.php # Autoloader, DB connection, container, app initialization └─ ... └─ scripts/ # Command line development tools and scripts -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php