📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: php.ptt
<!-- CloudLinux promotion block --> <div class="row callout callout-warning" ng-show="showCLBanner"> <div class="col-xs-12"> <div class="clearfix"> <div class="gap-12"> <span ng-if="promotePhpEls" class="flex-1" ng-bind-html="phpelsBannerHtml"></span> <br ng-if="promotePhpEls"><br ng-if="promotePhpEls"> <span ng-if="promoteCL" class="flex-1" ng-bind-html="clBannerText"></span> </div> <div class="actions action-button pull-left flex gap-10"> <div class="flex gap-10"> <a ng-if="promotePhpEls && phpelsHasCustomUrl" id="eaPHPVersions_phpelsButton" class="btn btn-default inline-flex-center gap-6" href="{{ phpelsPurchaseLink }}" target="{{ phpelsLinkTarget }}" ng-click="sendMixPanelEvent('PHPELS-Purchase-Started-EA4')"> <img ng-src="{{ phpelsIcon }}" alt="PHP-ELS" class="icon icon-32" loading="lazy" /> <span aria-hidden="true">{{ phpelsActionText }}</span> </a> <a ng-if="promotePhpEls && !phpelsHasCustomUrl" id="eaPHPVersions_phpelsButton" class="btn btn-default inline-flex-center gap-6" href="[% cp_security_token %]/{{ phpelsPurchaseLink }}" target="{{ phpelsLinkTarget }}" ng-click="sendMixPanelEvent('PHPELS-Purchase-Started-EA4')"> <img ng-src="{{ phpelsIcon }}" alt="PHP-ELS" class="icon icon-32" loading="lazy" /> <span aria-hidden="true">{{ phpelsActionText }}</span> </a> <a ng-if="hasCustomUrl && purchaseLink !== '' && promoteCL" id="eaPHPVersions_clButton" ng-hide="::hideUpgradeOption" class="btn btn-default pull-right inline-flex-center gap-6" href="{{ purchaseLink }}" target="{{ linkTarget }}" ng-click="sendMixPanelEvent('Cloudlinux-Purchase-Started-EA4')"> <img ng-src="{{ clIcon }}" alt="CloudLinux" class="icon icon-32" loading="lazy" /> <span aria-hidden="true">{{ clActionText }}</span> </a> <a ng-if="hasCustomUrl && purchaseLink === '' && promoteCL" id="eaPHPVersions_clButton" ng-hide="::hideUpgradeOption" class="btn btn-default pull-right inline-flex-center gap-6" href="[% cp_security_token %]/scripts13/purchase_cloudlinux_init_EA4" target="{{ linkTarget }}" ng-click="sendMixPanelEvent('Cloudlinux-Purchase-Started-EA4')"> <img ng-src="{{ clIcon }}" alt="CloudLinux" class="icon icon-32" loading="lazy" /> <span aria-hidden="true">{{ clActionText }}</span> </a> <a ng-if="!hasCustomUrl && promoteCL" id="eaPHPVersions_clButton" ng-hide="::hideUpgradeOption" class="btn btn-default pull-right inline-flex-center gap-6" href="[% cp_security_token %]/{{ purchaseLink }}" target="{{ linkTarget }}" ng-click="sendMixPanelEvent('Cloudlinux-Purchase-Started-EA4')"> <img ng-src="{{ clIcon }}" alt="CloudLinux" class="icon icon-32" loading="lazy" /> <span aria-hidden="true">{{ clActionText }}</span> </a> </div> </div> </div> <p ng-show="::hideUpgradeOption">[% locale.maketext("Contact your provider for more information on upgrading to [asis,CloudLinux].") %]</p> </div> </div> <ea-wizard step-name = "php" total-package-info-list = "customize.pkgInfoList" selected-packages = "customize.selectedPkgs" show-search="true" show-pagination="true" />
Save