@manyasurvey
This file would give no indication if you are an Admin or not.
Login to your control panel.
Use File Manger to view this file : /wp-config.php
Find the name of the database your site connects to
Go back to control panel and launch phpMyAdmin and open the database
Look in the _users table for your username
Run this SQL in phpMyAdmin to see the Role assigned to you :
select wp_users.ID, wp_users.user_nicename, wp_usermeta.meta_key, wp_usermeta.meta_value from wp_users inner join wp_usermeta on wp_users.ID = wp_usermeta.user_id