HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/cache/modules/Administration/Administrationvardefs.php
<?php 
 $GLOBALS["dictionary"]["Administration"]=array (
  'table' => 'config',
  'comment' => 'System table containing system-wide definitions',
  'fields' => 
  array (
    'category' => 
    array (
      'name' => 'category',
      'vname' => 'LBL_LIST_SYMBOL',
      'type' => 'varchar',
      'len' => '32',
      'comment' => 'Settings are grouped under this category; arbitraily defined based on requirements',
    ),
    'name' => 
    array (
      'name' => 'name',
      'vname' => 'LBL_LIST_NAME',
      'type' => 'varchar',
      'len' => '32',
      'comment' => 'The name given to the setting',
    ),
    'value' => 
    array (
      'name' => 'value',
      'vname' => 'LBL_LIST_RATE',
      'type' => 'text',
      'comment' => 'The value given to the setting',
    ),
  ),
  'indices' => 
  array (
    0 => 
    array (
      'name' => 'idx_config_cat',
      'type' => 'index',
      'fields' => 
      array (
        0 => 'category',
      ),
    ),
  ),
  'custom_fields' => false,
);