mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/wp-update-server.git
synced 2026-05-27 11:38:27 +08:00
- Added some additional output escaping. - WPUP intentionally uses the server's timezone in logs, when available. - WPUP needs writable `cache` and `logs` directories, so silence warnings related to file operations. - Some warnings and errors just don't apply because WPUP can be used outside WordPress. This means that some WP functions like wp_strip_all_tags() may not be available to be used. - IE has dropped to less than 1% usage, so it should be safe to remove the IE-specific Zlib workaround. Prompted by #107 |
||
|---|---|---|
| .. | ||
| Cache.php | ||
| FileCache.php | ||
| Headers.php | ||
| InvalidPackageException.php | ||
| Package.php | ||
| Request.php | ||
| UpdateServer.php | ||
| ZipMetadataParser.php | ||