HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/plugins/wysija-newsletters/models/url.php
<?php
defined('WYSIJA') or die('Restricted access');
class WYSIJA_model_url extends WYSIJA_model{
    
    var $pk="url_id";
    var $table_name="url";
    var $columns=array(
        'url_id'=>array("req"=>true,"type"=>"integer"),
        'name'=>array(),
        'url'=>array("req"=>true,"type"=>"url")
    );

    function __construct(){
        parent::__construct();
    }
    

}