403Webshell
Server IP : 202.61.199.114  /  Your IP : 216.73.217.139
Web Server : nginx/1.22.1
System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web20 ( 1018)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/clients/client2/web18/web/Codiad/components/settings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/clients/client2/web18/web/Codiad/components/settings/settings.system.php
<?php
    require_once('../../common.php');
?>
<label><span class="icon-doc-text big-icon"></span><?php i18n("System Settings"); ?></label>
<hr>
<label></label>
<table class="settings">
    <tr>
    
        <td><?php i18n("Right Sidebar Trigger"); ?></td>
        <td>
            <select class="setting" data-setting="codiad.editor.rightSidebarTrigger">
                <option value="false" default><?php i18n("Hover") ?></option>
                <option value="true"><?php i18n("Click") ?></option>
            </select>
        </td>

    </tr>
    
    <tr>
    
        <td><?php i18n("Filemanager Trigger"); ?></td>
        <td>
            <select class="setting" data-setting="codiad.editor.fileManagerTrigger">
                <option value="false" default><?php i18n("Double Click") ?></option>
                <option value="true"><?php i18n("Single Click") ?></option>
            </select>
        </td>

    </tr>
    
    <tr>
    
        <td><?php i18n("Persistent Modal"); ?></td>
        <td>
            <select class="setting" data-setting="codiad.editor.persistentModal">
                <option value="true" default><?php i18n("Yes") ?></option>
                <option value="false"><?php i18n("No") ?></option>
            </select>
        </td>

    </tr>
    
    <tr>
    
        <td><?php i18n("Sync system settings on all devices"); ?></td>
        <td>
            <select class="setting" data-setting="codiad.settings.system.sync">
                <option value="true"><?php i18n("Yes") ?></option>
                <option value="false" default><?php i18n("No") ?></option>
            </select>
        </td>

    </tr>

    <tr>
    
        <td><?php i18n("Sync plugin settings on all devices"); ?></td>
        <td>
            <select class="setting" data-setting="codiad.settings.plugin.sync">
                <option value="true"><?php i18n("Yes") ?></option>
                <option value="false" default><?php i18n("No") ?></option>
            </select>
        </td>

    </tr>
</table>

Youez - 2016 - github.com/yon3zu
LinuXploit