2012-10-23, 03:09 AM
Hi, so I run a site www.imtiax.net
I have a custom website that uses the forums to login to access on http://imtiax.net/resolver/
My question is, when my users are inside http://imtiax.net/resolver/ the location always says unknown
How do I make the location say like "Resolver"
or someting?
This is the top of the index.php in /resolver
I have a custom website that uses the forums to login to access on http://imtiax.net/resolver/
My question is, when my users are inside http://imtiax.net/resolver/ the location always says unknown
How do I make the location say like "Resolver"
or someting?
This is the top of the index.php in /resolver
<?php
ob_start();
define("IN_MYBB", 1);
require("../global.php");
global $mybb;
require 'includes/db.php';
require 'includes/init.php';