diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-24 05:07:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-24 05:07:08 +0000 |
commit | 585d7c434e9dfdadd3d6755f0af7957f20f6b5a9 (patch) | |
tree | 1ff919c24113089bd503e3439eb88daec1c7085e /ws.php | |
parent | d71f764762c13927b8dd2a94dd4be8b734b35090 (diff) |
- plugins with own independent scripts work now (cookie_path and url root are
correct)
- prepare a bit some url functions so that later we can fully embed pwg in
scripts located outside pwg
- remove some unnecessary language strings
git-svn-id: http://piwigo.org/svn/trunk@1750 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | ws.php | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,10 +4,10 @@ // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) -// | file : $URL: svn+ssh://rvelices@svn.gna.org/svn/phpwebgallery/trunk/action.php $ -// | last update : $Date: 2006-12-21 18:49:12 -0500 (Thu, 21 Dec 2006) $ -// | last modifier : $Author: rvelices $ -// | revision : $Rev: 1678 $ +// | file : $Id$ +// | last update : $Date$ +// | last modifier : $Author$ +// | revision : $Rev$ // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | @@ -177,7 +177,7 @@ if (!is_null($responseFormat)) $service->setEncoder($responseFormat, $encoder); } -$page['root_path']=get_host_url().cookie_path(); +set_make_full_url(); $service->run(); ?> |