https://t.me/RX1948
Server : Apache
System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64
User : p141464 ( 418825)
PHP Version : 7.4.33.12
Disable Function : NONE
Directory :  /html/KMU-CSR-PLANER/wp-content/plugins/modern-polls/app/Models/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /html/KMU-CSR-PLANER/wp-content/plugins/modern-polls/app/Models/Model.php
<?php
/********************************************************************
 * @plugin     ModernPolls
 * @file       app/Models/Model.php
 * @date       11.02.2021
 * @author     Felix Tzschucke <f.tzschucke@gmail.com>
 * @copyright  2018 - 2021 Felix Tzschucke
 * @license    GPL2
 * @version    1.0.10
 * @link       https://felixtz.de/
 ********************************************************************/

namespace FelixTzWPModernPolls\Models;

class Model
{
    public $db;
    public $charsetCollate;

    public function __construct()
    {

        global $wpdb;
        $this->db = $wpdb;
        $this->charsetCollate = $this->db->get_charset_collate();

        $this->db->mp_pollinfos = $this->db->prefix . 'mp_pollinfos';
        $this->db->mp_polls = $this->db->prefix . 'mp_polls';
        $this->db->mp_templates = $this->db->prefix . 'mp_templates';
        $this->db->mp_settings = $this->db->prefix . 'mp_settings';
        $this->db->mp_locklist = $this->db->prefix . 'mp_locklist';
    }
}

https://t.me/RX1948 - 2025