/[gforge]/gforge/lgpl/lgplpre.php
ViewVC logotype

Contents of /gforge/lgpl/lgplpre.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Feb 8 19:44:39 2003 UTC (21 years, 3 months ago) by bigdisk
Branch: MAIN
adding basic lgpl infrastructure

1 <?php
2 /**
3 * lgplpre.php - allows non-free software to be linked safely to GForge
4 *
5 * THIS FILE IS RELEASED UNDER THE LGPL
6 *
7 * ANY MODIFICATIONS MUST BE ALSO RELEASED UNDER LGPL
8 *
9 */
10
11 require_once('/etc/gforge/config.php');
12 require_once('lgpl/database-pgsql.php');
13 require_once('lgpl/user.php');
14 require_once('lgpl/misc.php');
15 require_once('lgpl/CoreObject.class');
16
17 db_connect();
18
19
20 ?>

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26