<?php
/* +----------------------------------------------------------------------+
|SelectaPix Open Source Gallery |
+----------------------------------------------------------------------+
| Copyright (c) 2004 OutOfTheTrees |
| |
| http://www.outofthetrees.co.uk/index.php |
| |
+----------------------------------------------------------------------+
| This source file is subject to version 2.0 of the GPL license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.outofthetrees.co.uk/license/2_0.txt. |
| If you did not receive a copy of the SelectaPix license and are |
| unable to obtain it through the world-wide-web, please send a note |
| to hide@address.com so we can mail you a copy immediately.|
+----------------------------------------------------------------------+ */
define("ACCESS",1);
// Global include - all classes are available to all scripts
include('config.php');
require ("classes/class_object_builder.php");
require ("classes/class_utility.php");
require ("classes/class_context.php");
require ("classes/cat.php");
require ("classes/sub_cat.php");
require ("classes/top_cat.php");
require ("classes/db.php");
require ("classes/pager.php");
$f = new Framework();
?>