📁
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: index.html.tt
[% USE Master; USE CPBranding; USE ExpVar; SET CPANEL.CPVAR.dprefix = "../"; SET file_manager_obj = CPBranding.get_application_from_available_applications(varcache.available_applications, "file_manager"); SET zone_editor_obj = CPBranding.get_application_from_available_applications(varcache.available_applications, "zone_editor"); SET email_accounts_app = CPBranding.get_application_from_available_applications(varcache.available_applications, "email_accounts"); SET upgradeUrl = CPBranding.get_implementer_from_available_applications( varcache.available_applications, 'upgrade', ).url; SET canRedirectHTTPS = execute( 'SSL', 'can_ssl_redirect' ).data; SET temporaryDomainsDisabled = execute( 'Domain', 'temporary_domain_is_disabled' ).data.is_disabled; IF upgradeUrl; SET upgradeUrl = CPANEL.CPVAR.dprefix _ upgradeUrl; END; -%] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = 'domains' feature = '' include_legacy_stylesheets = 0 include_legacy_scripts = 0 include_cjt = 0 use_master_bootstrap = 0 page_stylesheets = [ 'domains/index.css', "css/angular-chosen-spinner.css", "libraries/chosen/1.5.1/chosen.min.css" ] page_js = js_code show_breadcrumb = 1 -%] <div id="body-content" class="body-content ng-cloak"> <div class="row" ng-controller="main"> <div class="col-md-12"> <p class="description">[% locale.maketext("Use this interface to manage your domains. For more information, read the [output,url,_1,documentation,target,_blank].", 'https://go.cpanel.net/Domains') %] </p> <cp-alert-list id="mainAlertList"></cp-alert-list> <cp-loading-panel id="loadingDomains" ng-show="loading">[% locale.maketext('Loading …') %]</cp-loading-panel> <div ng-show="!loading"> <div id="viewContent" class="ng-cloak section animate-view" ng-view ng-cloak> </div> </div> </div> </div> </div> <script id="views/listDomains.phtml" type="text/ng-template"> [% INSERT "domains/views/listDomains.phtml" %] </script> <script id="views/createDomain.ptt" type="text/ng-template"> [% PROCESS "domains/views/createDomain.ptt" %] </script> <script id="directives/tableShowingDirective.phtml" type="text/ng-template"> [% INSERT "domains/directives/tableShowingDirective.phtml" %] </script> <script id="directives/docrootDirective.phtml" type="text/ng-template"> [% INSERT "domains/directives/docrootDirective.phtml" %] </script> <script id="directives/domainListerViewDirective.ptt" type="text/ng-template"> [% PROCESS "domains/directives/domainListerViewDirective.ptt" %] </script> <script id="directives/itemLister.ptt" type="text/ng-template"> [% PROCESS "domains/directives/itemLister.ptt" %] </script> <script type="text/ng-template" id="additionalResourcesPanel.ptt"> [% PROCESS "domains/additionalResourcesPanel.ptt" %] </script> [% PROCESS '_assets/cjt2_header_include.tt' %] [% BLOCK js_block %] <script type="text/javascript"> var PAGE = PAGE || {}; PAGE.requirePublicHTMLSubs = [% CPANEL.CPCONF.publichtmlsubsonly.json() %]; PAGE.shareDocrootDefault = [% CPANEL.CPCONF.share_docroot_default.json() %]; PAGE.upgradeUrl = [% upgradeUrl.json() %]; PAGE.zoneEditorAppObj = [% zone_editor_obj ? zone_editor_obj.json() : 'false' %]; PAGE.mainDomain = [% CPANEL.CPDATA.DNS.html.json() %]; PAGE.canRedirectHTTPS = [% canRedirectHTTPS.json() %]; PAGE.temporaryDomainsDisabled = [% temporaryDomainsDisabled ? "true" : "false" %]; PAGE.fileManagerAppObj = [% file_manager_obj.json() %]; PAGE.EMAIL_ACCOUNTS_APP_EXISTS = [% email_accounts_app.json() %] // With the $HASROLE EXPVar, TT will interpret it if in double ticks PAGE.hasWebServerRole = [% ExpVar.expand("\$HASROLE{'WebServer'}").json() %]; PAGE.hasSSLInstall = [% CPANEL.feature('sslinstall') %] PAGE.isRTL = document.getElementsByTagName("HTML")[0].getAttribute("dir") === "rtl"; PAGE.features = { addon: [% CPANEL.feature("addondomains") ? "true" : "false" %], alias: [% CPANEL.feature("parkeddomains") ? "true" : "false" %], subdomain: [% CPANEL.feature("subdomains") ? "true" : "false" %] }; </script> [% END #js_block %] [% END #wrapper -%]
Save