Skip to content

Commit

Permalink
Revert "Fixes amnuts#43"
Browse files Browse the repository at this point in the history
This reverts commit be727dd.
  • Loading branch information
humengcn authored Dec 31, 2020
1 parent ef6b235 commit 34f4ca6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* A simple but effective single-file GUI for the OPcache PHP extension.
*
* @author Andrew Collington, andy@amnuts.com
* @version 2.5.1
* @version 2.5.0
* @link https://github.com/amnuts/opcache-gui
* @license MIT, http://acollington.mit-license.org/
*/
Expand Down Expand Up @@ -54,8 +54,6 @@

class OpCacheService
{
const VERSION = '2.5.1';

protected $data;
protected $options;
protected $defaults = [
Expand Down Expand Up @@ -418,7 +416,7 @@ protected function compileState()
</div>

<footer>
<a href="https://github.com/amnuts/opcache-gui" target="_blank" title="opcache-gui (currently version <?php echo OpCacheService::VERSION; ?>) on GitHub">https://github.com/amnuts/opcache-gui - version <?php echo OpCacheService::VERSION; ?></a>
<a href="https://github.com/amnuts/opcache-gui" target="_blank">https://github.com/amnuts/opcache-gui</a>
</footer>

<script type="text/javascript">
Expand Down

0 comments on commit 34f4ca6

Please sign in to comment.