|
@@ -8,7 +8,7 @@ namespace OpcacheGui;
|
|
* A simple but effective single-file GUI for the OPcache PHP extension.
|
|
* A simple but effective single-file GUI for the OPcache PHP extension.
|
|
*
|
|
*
|
|
* @author Andrew Collington, andy@amnuts.com
|
|
* @author Andrew Collington, andy@amnuts.com
|
|
- * @version 2.5.0
|
|
|
|
|
|
+ * @version 2.5.1
|
|
* @link https://github.com/amnuts/opcache-gui
|
|
* @link https://github.com/amnuts/opcache-gui
|
|
* @license MIT, http://acollington.mit-license.org/
|
|
* @license MIT, http://acollington.mit-license.org/
|
|
*/
|
|
*/
|
|
@@ -54,6 +54,8 @@ header('Pragma: no-cache');
|
|
|
|
|
|
class OpCacheService
|
|
class OpCacheService
|
|
{
|
|
{
|
|
|
|
+ const VERSION = '2.5.1';
|
|
|
|
+
|
|
protected $data;
|
|
protected $data;
|
|
protected $options;
|
|
protected $options;
|
|
protected $defaults = [
|
|
protected $defaults = [
|
|
@@ -416,7 +418,7 @@ $opcache = OpCacheService::init($options);
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<footer>
|
|
<footer>
|
|
- <a href="https://github.com/amnuts/opcache-gui" target="_blank">https://github.com/amnuts/opcache-gui</a>
|
|
|
|
|
|
+ <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>
|
|
</footer>
|
|
</footer>
|
|
|
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|