HEX
Server:Apache
System:Linux localhost 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User:enlugo-es (10006)
PHP:7.4.33
Disabled:opcache_get_status
Upload Files
File: /var/www/vhosts/enlugo.es/httpdocs/wp-content/plugins/google-maps-ready/classes/tables/maps.php
<?php
class tableMapsGmp extends tableGmp{
    public function __construct() {

        $this->_table = '@__maps';
        $this->_id = 'id';
        $this->_alias = 'toe_m';
        $this->_addField('id', 'int', 'int', '11', langGmp::_('Map ID'))
                ->_addField('title', 'varchar', 'varchar', '255', langGmp::_('File name'))
                ->_addField('description', 'text', 'text', '', langGmp::_('Description Of Map'))
                ->_addField('html_options', 'text', 'text', '', langGmp::_('Html Parametrs'))
                ->_addField('create_date', 'datetime', 'datetime', '', langGmp::_('Create Date'))
                ->_addField('params', 'text', 'text', '', langGmp::_('Additional Params'));

    }
}