File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/custom-php-settings/src/Backend/views/cps-settings.php
Back
<?php $ini_settings = $this->getIniSettings(); ?> <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> <th><?php echo __('Default', self::TEXT_DOMAIN); ?></th> </thead> <?php foreach ($ini_settings as $key => $value) : ?> <?php $class = ($value['global_value'] !== $value['local_value'] ? ' class="modified"' : ''); ?> <tr<?php echo $class; ?>> <td><?php echo $key; ?></td> <td><?php echo $value['local_value']; ?></td> <td><?php echo $value['global_value']; ?></td> </tr> <?php endforeach; ?> </table> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings