Skip to content

Commit

Permalink
Update console.php
Browse files Browse the repository at this point in the history
fix tabs.
  • Loading branch information
deepend-tildeclub authored Jan 31, 2024
1 parent 033d04e commit b7eb4d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/members/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@

// Check if the page is called directly with 'cID' in the query string and the page title is '-separator-'
if (isset($_GET['cID']) && $consoleInfo['pagetitle'] === '-separator-') {
// Redirect to console.php
header('Location: console.php');
exit;
header('Location: console.php');
exit;
}

$arrTinyMCEPages = ["Manage News", "Post News", "Add Custom Page", "Manage Custom Pages", "Add Custom Form Page", "Manage Custom Form Pages", "Post Topic", "Manage Forum Posts", "Add Menu Item", "Add Menu Category", "Manage Menu Categories", "Manage Menu Items", "Edit Profile"];
Expand Down

0 comments on commit b7eb4d7

Please sign in to comment.