REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 910 B
Close
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/fluentform/app/Modules/Entries/Export.php
Text
Base64
<?php namespace FluentForm\App\Modules\Entries; use FluentForm\App\Services\Transfer\TransferService; use FluentForm\Framework\Foundation\Application; /** * @deprecated Use TransferService::exportEntries() instead. * @todo Remove in next major version. */ class Export { protected $app; protected $request; protected $tableName; public function __construct(Application $application, $tableName = 'fluentform_submissions') { $this->app = $application; $this->request = $application->request; $this->tableName = $tableName; } /** * @deprecated Use TransferService::exportEntries() instead. */ public function index() { $args = $this->request->get(); if ($this->tableName !== 'fluentform_submissions') { $args['table'] = $this->tableName; } TransferService::exportEntries($args); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Entries.php
2.09 KB
lrw-r--r--
2026-03-30 10:23:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
EntryQuery.php
3.49 KB
lrw-r--r--
2026-03-30 10:23:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
EntryViewRenderer.php
4.03 KB
lrw-r--r--
2026-03-30 10:23:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Export.php
910 B
lrw-r--r--
2026-03-30 10:23:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Report.php
12.31 KB
lrw-r--r--
2026-03-30 10:23:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).