Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/safemage/extensions/view/adminhtml/templates/extensions/system/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/safemage/extensions/view/adminhtml/templates/extensions/system/list.phtml
<?php
/*
NOTICE OF LICENSE

This source file is subject to the SafeMageEULA that is bundled with this package in the file LICENSE.txt.

It is also available at this URL: https://www.safemage.com/LICENSE_EULA.txt

Copyright (c)  SafeMage (https://www.safemage.com/)
*/
?>
<?php
// @codingStandardsIgnoreFile

/** @var $block \SafeMage\Extensions\Block\Adminhtml\System\Config\Extension\ExtensionsList */
$moduleConfigList = $block->getExtensionsList(); ?>
<ul>
    <?php foreach ($moduleConfigList as $code => $config): ?>
        <li class="safemage-item">
            <div class="ovh">
                <div class="safemage-row safemage-ext-name">
                    <?php echo $config['name'] . ' ' . $config['version'] ?>
                </div>
                <?php if ($block->getExtensionUrl($config)): ?>
                <a class="safemage-link" href="<?php echo $this->getExtensionUrl($config) ?>" target="_blank">
                    <?php endif; ?>
                    <div class="safemage-img safemage-row"><img src="<?php echo $block->getImageUrl($code) ?>"/></div>
                    <?php if ($block->getExtensionUrl($config)): ?>
                </a>
            <?php endif; ?>
            </div>
            <div><?php echo $block->getEnableSelectHtml($code) ?></div>
        </li>
    <?php endforeach; ?>
</ul>
<div class="safemage-comment">
    <?php echo __('Extensions can only be enabled/disabled in developer or default mode.') ?>
    <?php echo __('Current mode:') ?> <u><?php echo $block->getMagentoMode()?></u>
</div>

Spamworldpro Mini