[PHP-WEBMASTER] [web-php] PR #1071: Replace MYPHPNET global var with the UserPreferences class

Pull Request: Replace MYPHPNET global var with the UserPreferences class by MauricioFauth · Pull Request #1071 · php/web-php · GitHub
Author: MauricioFauth

- Replaces the `$MYPHPNET` global variable with static properties of the `phpweb\UserPreferences` class
- Moves the `MYPHPNET_URL_*` global constants to the `phpweb\UserPreferences` class
- Removes the `src/autoload.php` include in `shared-manual.inc` as it is already included in `prepend.inc`