diff options
author | gareth | 2007-03-01 02:26:44 +0000 |
---|---|---|
committer | gareth | 2007-03-01 02:26:44 +0000 |
commit | ba299f4e10663b221cccfa0dd9e155143fd50cd4 (patch) | |
tree | 38b03dfa0cb5b88b30a377ba81f4e574aa3347c1 /ogs/assetserver/index.php | |
parent | WOOHOO! Avatar/Asset loading works! (diff) | |
download | opensim-SC_OLD-ba299f4e10663b221cccfa0dd9e155143fd50cd4.zip opensim-SC_OLD-ba299f4e10663b221cccfa0dd9e155143fd50cd4.tar.gz opensim-SC_OLD-ba299f4e10663b221cccfa0dd9e155143fd50cd4.tar.bz2 opensim-SC_OLD-ba299f4e10663b221cccfa0dd9e155143fd50cd4.tar.xz |
Imported fixed OGS asset server
Fiddled with terrain data
Diffstat (limited to '')
-rw-r--r-- | ogs/assetserver/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ogs/assetserver/index.php b/ogs/assetserver/index.php index 82cf9d4..ee20229 100644 --- a/ogs/assetserver/index.php +++ b/ogs/assetserver/index.php | |||
@@ -5,6 +5,7 @@ include("assetserver_config.inc.php"); | |||
5 | 5 | ||
6 | // Parse out the parameters from the URL | 6 | // Parse out the parameters from the URL |
7 | $params = str_replace($asset_home,'', $_SERVER['REQUEST_URI']); | 7 | $params = str_replace($asset_home,'', $_SERVER['REQUEST_URI']); |
8 | $params = str_replace("index.php/","",$params); | ||
8 | $params = split('/',$params); | 9 | $params = split('/',$params); |
9 | 10 | ||
10 | // Die if the key doesn't match | 11 | // Die if the key doesn't match |
@@ -21,4 +22,4 @@ switch($params[0]) { | |||
21 | } | 22 | } |
22 | break; | 23 | break; |
23 | } | 24 | } |
24 | ?> \ No newline at end of file | 25 | ?> |