aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-03-06 20:27:41 +0000
committerrvelices <rv-github@modusoptimus.com>2012-03-06 20:27:41 +0000
commit8495df013d3e513345dc921a7f7904503a8a4ac5 (patch)
treee5c6af743a7daabba7cb641093c45f9c30f81f60 /include/functions.inc.php
parent6118d0b1f7bb0588c3d004897fced268afd2e97a (diff)
remove remote sites feature
git-svn-id: http://piwigo.org/svn/trunk@13488 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 2e4052ce9..77e00dd6a 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -25,7 +25,6 @@ include_once( PHPWG_ROOT_PATH .'include/functions_user.inc.php' );
include_once( PHPWG_ROOT_PATH .'include/functions_cookie.inc.php' );
include_once( PHPWG_ROOT_PATH .'include/functions_session.inc.php' );
include_once( PHPWG_ROOT_PATH .'include/functions_category.inc.php' );
-include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' );
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' );