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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user