Wordpress管理员链接

I'm in a situation in which I have WP installed and running on the root. I have a custom created folder, lets call it "my_folder".

"my_folder" is in the root too, and there are files which are included for my themes functions, and that pages content is displayed on the admin dashboard. The problem comes when i visit this page, the admin menu is still there, but it is not linking like:

mysite.com/wp-admin/etc..

it links like:

mysite.com/my_folder/etc..

Which is incorrect..

I guess this is because admin menu takes relative url (from the current directory which we are in). But how I can fix that?