Thread: Re: Website
View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 06:53 PM
Dave Page
 
Posts: n/a
Default Re: Website



> -----Original Message-----
> From: Andreas Pflug [mailtogadmin@pse-consulting.de]
> Sent: 19 January 2006 09:57
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Website
>
> Dave,
>
> there are quite a lot of absolute paths, which makes the website
> on-runnable on my server (localhost/pgadmin3). Why not just relative
> paths throughout?


It was that way originally, but I ran into some issues with
$_SERVER['DOCUMENT_ROOT'] being incorrect (well, not being what I
wanted). I forget what they were exactly now but the simple choice at
the time was to not use relative paths and I later ended up changing
them all for consistency.

Feel free to figure out a fix if you like, or I can give you write
access to wwwdevel or a new dedicated vhost on developer.pgadmin.org if
you prefer.

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote