diff options
author | vdigital <vdigital@piwigo.org> | 2006-12-16 12:14:59 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2006-12-16 12:14:59 +0000 |
commit | 43399d359b1ffdebe48cc7948d103167e1be02fc (patch) | |
tree | 0ddf0bc332cc21c3c2c4005db357a122ce33215d /include | |
parent | 3d32716fc5d6e7d59b6277af69988ee11db62c30 (diff) |
Externalization of common functions of web service.
git-svn-id: http://piwigo.org/svn/trunk@1670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index e62960ad2..10c5d36cd 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -34,6 +34,7 @@ include_once( PHPWG_ROOT_PATH .'include/functions_html.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_tag.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_plugins.inc.php' ); +include_once( PHPWG_ROOT_PATH .'include/functions_webserv.inc.php' ); //----------------------------------------------------------- generic functions |