Skip to content

Commit

Permalink
Add portal admin - user #2 11/24/2022 1026 pm Ernest Allen Buffington
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestbuffington committed Nov 25, 2022
1 parent 1506907 commit 79c2118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/Titanium_Core/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
#--------------------------#

# your admin id - this will normally be 2 Set this to the MAIN ADMIN NUMBER
$portaladmin = 3;
global $portaladmin;
$portaladmin = 2;
echo "<!-- Setting MAIN ADMIN TO ".$portaladmin." in themes/".$theme_name."/theme.php -->\n";

/*
Expand Down

0 comments on commit 79c2118

Please sign in to comment.