File Editor
Directories:
.. (Back)
classes
css
deprecated
fonts
images
js
languages
Files:
deprecated.php
formidable.php
readme.txt
Create New File
Create
Edit File: deprecated.php
<?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();
Save Changes
Rename File
Rename