Skip to content

Commit

Permalink
#12 Updated Admin Desk, + moved admin folder, first part of plugin.xm…
Browse files Browse the repository at this point in the history
…l (preferences are missing)
  • Loading branch information
Jimmi08 committed Dec 20, 2024
1 parent 6f37984 commit aeabb0d
Show file tree
Hide file tree
Showing 12 changed files with 433 additions and 262 deletions.
5 changes: 4 additions & 1 deletion helpdesk3/admin_cat.php → helpdesk3/admin/admin_cat.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once("../../class2.php");
require_once("../../../class2.php");
if (!defined('e107_INIT'))
{
exit;
Expand All @@ -17,6 +17,8 @@
}




require_once(e_ADMIN . "auth.php");
if (!defined("ADMIN_WIDTH"))
{
Expand Down Expand Up @@ -207,6 +209,7 @@
}
}


if (!$hdu_ed)
{
// Get the category names to display in combo box
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once("../../class2.php");
require_once("../../../class2.php");
if (!defined('e107_INIT'))
{
exit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// * Helpdesk Ticketing configuration for e107 v6xx
// *
// **************************************************************************
require_once("../../class2.php");
require_once("../../../class2.php");
if (!getperms("P"))
{
header("location:" . e_BASE . "index.php");
Expand Down
Loading

0 comments on commit aeabb0d

Please sign in to comment.