Skip to content

Commit

Permalink
change mac line break to unix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Nov 9, 2017
1 parent 1b164c4 commit 2057438
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# ChangelogAll Notable changes to `x-prober` will be documented in this file## 1.1.0 - 2017-11-09### Added- Added most PHP database checkers### Optimized- Changed Build.php to compile.php- Optimized compiler code### Fixed- Fixed PHP `display_errors` shows empty status when Off## 1.0.2 - 2017-10-28### Fixed- Fixed cpu load avg error on Windows## 1.0.1 - 2017-10-27### Fixed- Fixed network stats TX data error## 1.0.0 - 2017-10-25### Added- Published first version 1.0.0
# Changelog

All Notable changes to `x-prober` will be documented in this file

## 1.1.0 - 2017-11-09
### Added
- Added most PHP database checkers

### Optimized
- Changed Build.php to compile.php
- Optimized compiler code

### Fixed
- Fixed PHP `display_errors` shows empty status when Off

## 1.0.2 - 2017-10-28
### Fixed
- Fixed cpu load avg error on Windows

## 1.0.1 - 2017-10-27
### Fixed
- Fixed network stats TX data error

## 1.0.0 - 2017-10-25
### Added
- Published first version 1.0.0
50 changes: 49 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,49 @@
[![V-Bed by INN STUDIO](https://wx3.sinaimg.cn/large/686ee05dly1fkvkxkwyhzj21gu0d2my8.jpg)](https://wx3.sinaimg.cn/large/686ee05dly1fkvkxkwyhzj21gu0d2my8.jpg)# 😎 x-prober> This is a prober program for PHP environment. It can show your server information and readable easily. And most important is IT'S LIKE iPhone X!## License* GPL-v2## Online demo- [https://prober.inn-studio.com](https://prober.inn-studio.com)- [https://tz.inn-studio.com](https://tz.inn-studio.com) (same)## Download- [https://api.inn-studio.com/download?id=xprober](https://api.inn-studio.com/download?id=xprober)## Required environment- Compile environment: PHP 7.1+- Production environment: PHP 5.3+- Browser support: IE9/Chrome/Firefox/Edge## Compile and Usage- Star and clone.- Check the config ./src/Config/Config.php- Compile: php ./compile.php dev- Access ./dist/prober.php- Enjoy## Help and translate to more language- Fork and clone- Config language ./src/I18n/Lang.json- Pull request- Thank you## Participate in contribution- Code compatible with IE9+ and PHP 5.3+## Contributors- Km.Van https://inn-studio.com- More...- ## Note- Only tested in Linux environment.## KeywordsX-Prober/PHP 探针/X 探针/刘海探针
[![V-Bed by INN STUDIO](https://wx3.sinaimg.cn/large/686ee05dly1fkvkxkwyhzj21gu0d2my8.jpg)](https://wx3.sinaimg.cn/large/686ee05dly1fkvkxkwyhzj21gu0d2my8.jpg)

# 😎 x-prober
> This is a prober program for PHP environment. It can show your server information and readable easily. And most important is IT'S LIKE iPhone X!
## License
* GPL-v2

## Online demo
- [https://prober.inn-studio.com](https://prober.inn-studio.com)
- [https://tz.inn-studio.com](https://tz.inn-studio.com) (same)

## Download
- [https://api.inn-studio.com/download?id=xprober](https://api.inn-studio.com/download?id=xprober)

## Required environment
- Compile environment: PHP 7.1+
- Production environment: PHP 5.3+
- Browser support: IE9/Chrome/Firefox/Edge

## Compile and Usage
- Star and clone.
- Check the config ./src/Config/Config.php
- Compile: php ./compile.php dev
- Access ./dist/prober.php
- Enjoy

## Help and translate to more language
- Fork and clone
- Config language ./src/I18n/Lang.json
- Pull request
- Thank you

## Participate in contribution
- Code compatible with IE9+ and PHP 5.3+

## Contributors
- Km.Van https://inn-studio.com
- More...
-
## Note
- Only tested in Linux environment.

## Keywords
X-Prober/PHP 探针/X 探针/刘海探针




0 comments on commit 2057438

Please sign in to comment.