• 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!

Solved No admin panel

hallabackkid101

New Member
Joined
Feb 7, 2009
Messages
100
Reaction score
0
Location
Georgia, Usa
Hello, My website has no admin panel, the access is 3 and i set my account as 3 as well, but there is no admin panel to be found

Here in my adminpanel.php

PHP:
<?php
if(!defined('INITIALIZED'))
	exit;

if($group_id_of_acc_logged >= $config['site']['access_admin_panel'])
{
	$main_content .= 'Admin panel is not available in this version of Gesior acc. maker as there is no option to show :(';
}
else
{
	$main_content .= 'You don\'t have admin access.';
}

Any tip would be great!
 
Last edited:
Back
Top