1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Removed references to deprecated preset handler.

This commit is contained in:
Cameron
2013-02-25 17:45:19 -08:00
parent 34472849af
commit 43478aabfa
6 changed files with 13 additions and 87 deletions

View File

@@ -45,14 +45,6 @@ require_once(e_HANDLER."file_class.php");
$fl = new e_file;
// -------- Presets. ------------
require_once(e_HANDLER."preset_class.php");
$pst = new e_preset;
$pst->form = array("myform","dlform"); // form id of the form that will have it's values saved.
$pst->page = array("download.php?create","download.php?cat"); // display preset options on which page(s).
$pst->id = array("admin_downloads","admin_dl_cat");
// -------------------------------
$download = new download();
// $adminDownload = new adminDownload();