diff options
author | Christian Schneider | 2007-10-11 00:39:30 +0000 |
---|---|---|
committer | Christian Schneider | 2007-10-11 00:39:30 +0000 |
commit | 35fe33f7364329dacf415c950bff01b6de9ef88e (patch) | |
tree | b0e6b018b50038ca20266723c53750268f508df5 /itools.lib | |
parent | 1f95711ff3e9697cd85a54545ab42e5fd3611317 (diff) | |
download | itools-35fe33f7364329dacf415c950bff01b6de9ef88e.tar.gz itools-35fe33f7364329dacf415c950bff01b6de9ef88e.tar.bz2 itools-35fe33f7364329dacf415c950bff01b6de9ef88e.zip |
Populated release branch
Diffstat (limited to 'itools.lib')
-rw-r--r-- | itools.lib | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/itools.lib b/itools.lib new file mode 100644 index 0000000..da3f0f5 --- /dev/null +++ b/itools.lib @@ -0,0 +1,34 @@ +<?php +/* +** $Id$ +** +** Copyright (C) 1995-2007 by the ITools Authors. +** This file is part of ITools - the Internet Tools Library +** +** ITools is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License as published by +** the Free Software Foundation; either version 3 of the License, or +** (at your option) any later version. +** +** ITools is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** You should have received a copy of the GNU General Public License +** along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +require_once 'itools/auto_prepend.php'; +require_once 'itools/it.class'; +require_once 'itools/it_browser.class'; +require_once 'itools/it_dbi.class'; +require_once 'itools/it_debug.class'; +require_once 'itools/it_html.class'; +require_once 'itools/itjs.class'; +require_once 'itools/it_mail.class'; +require_once 'itools/it_session.class'; +require_once 'itools/it_text.class'; +require_once 'itools/it_url.class'; +require_once 'itools/it_user.class'; +require_once 'itools/it_xml.class'; +?> |