$a = $_SERVER['HTTP_HOST']; // server-name - domain
$b = $_SERVER['PHP_SELF']; // you're page, as you know
if($b == "/" || $b == "/index.php" || $b == "/index.php/"){
header("Location: /dashboard");
}
echo "$a - $b";
cyandesign:
The link above says that we need version 1.0.2 or later. But that hasn't been announced on your blog yet. Is the update available for download yet?
cyandesign:
The link above says that we need version 1.0.2 or later. But that hasn't been announced on your blog yet. Is the update available for download yet?
Instant access to activeCollab, no installation needed.
If you are already a user of activeCollab, you can log in here.
Here are the official instructions: http://www.activecollab.com/support/index.php?pg=kb.page&id=26
You will need to revert all the changes you made for this to work. Also, remove URL_BASE and ASSETS_URL definitions from defaults.php if they are present there.