コード例 #1
0
ファイル: CF7DBPlugin.php プロジェクト: BennyHudson/eaton
 public function ajaxExport()
 {
     $this->ajaxCheckForLoginAndDoRedirect();
     require_once 'CF7DBPluginExporter.php';
     CF7DBPluginExporter::doExportFromPost();
     die;
 }
コード例 #2
0
 public function ajaxExport()
 {
     require_once 'CF7DBPluginExporter.php';
     CF7DBPluginExporter::doExportFromPost();
     die;
 }
コード例 #3
0
<?php

/*
    "Contact Form to Database Extension" Copyright (C) 2011 Michael Simpson  (email : michael.d.simpson@gmail.com)

    This file is part of Contact Form to Database Extension.

    Contact Form to Database Extension is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Contact Form to Database Extension is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Contact Form to Database Extension.
    If not, see <http://www.gnu.org/licenses/>.
*/
/**
 * @deprecated This file is deprecated as of version 1.8.
 * But it remains here for backward compatibility with Excel IQuery and Google Live Data
 * exports from older versions which reference this file directly via URL.
 */
include_once '../../../wp-load.php';
require_wp_db();
require_once 'CF7DBPluginExporter.php';
CF7DBPluginExporter::doExportFromPost();