• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

shopadmin Error

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
Hello !

I Need Help When I Click In ShopAdmin to Add Some Offers ! ..


i Have Got This

(Invalid subtopic. Can't load page.)

Anyone Help me Fastt Plzzz ..
 
In your Index.php, add this.

Code:
        case "shopadmin";
                $subtopic = "shopadmin";
                $topic= "Shop Admin";
                include("shopadmin.php");
                $category = 'account';
        break;
 
Back
Top