6 lines
154 B
PHP
Executable File
6 lines
154 B
PHP
Executable File
<h1>Configuration</h1>
|
|
<pre><?php print_r(opcache_get_configuration()); ?></pre>
|
|
|
|
<br/>
|
|
<h1>Status</h1>
|
|
<pre><?php print_r(opcache_get_status()); ?></pre>
|