File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/custom-php-settings/src/Backend/views/cps-apache.php
Back
<?php $settings = array( __('Version', self::TEXT_DOMAIN) => apache_get_version(), __('Loaded Modules', self::TEXT_DOMAIN) => implode(', ', apache_get_modules()), ); ?> <div class="wrap"> <?php require_once('cps-tabs.php'); ?> <table class="custom-php-settings-table widefat"> <thead> <th><?php echo __('Name', self::TEXT_DOMAIN); ?></th> <th><?php echo __('Value', self::TEXT_DOMAIN); ?></th> </thead> <?php foreach ($settings as $key => $value) : ?> <tr> <td><?php echo $key; ?></td> <td><?php echo $value; ?></td> </tr> <?php endforeach; ?> </table> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings