Skip to content

Commit

Permalink
use PATH_INFO not PATH_TRANSLATED in blossom.cgi
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.kfish.org/blossom/trunk@76 9c49b5d1-7df3-0310-bce2-b7278e68f44c
  • Loading branch information
conrad committed Sep 16, 2005
1 parent 09f1755 commit 99524e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgi-bin/blossom.cgi.c
Expand Up @@ -13,7 +13,7 @@ main (int argc, char * argv[])
char buf[BUFFER_LEN];
ssize_t n;

path = getenv ("PATH_TRANSLATED");
path = getenv ("PATH_INFO");

config = blossom_config_new ();
blossom_config_read (config, "/tmp/blossom.ini");
Expand Down

0 comments on commit 99524e3

Please sign in to comment.