File "deprecated.php"
Full path: /home/bud/public_html/swamp/Response/cgi-bin/wp-admin/wp-content/plugins/formidable/deprecated.php
File size: 438 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'You are not allowed to call this page directly.' );
}
// Instansiate Models
global $frmdb;
global $frm_field;
global $frm_form;
global $frm_entry;
global $frm_entry_meta;
$frmdb = new FrmDbDeprecated();
$frm_field = new FrmFieldDeprecated();
$frm_form = new FrmFormDeprecated();
$frm_entry = new FrmEntryDeprecated();
$frm_entry_meta = new FrmEntryMetaDeprecated();