Menu

[r15]: / mantis / core_API.php  Maximize  Restore  History

Download this file

18 lines (16 with data), 620 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?php
#Application name: PhpCollab
#Status page: 0
# Mantis - a php based bugtracking system
# Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
# This program is distributed under the terms and conditions of the GPL
# See the files README and LICENSE for details
require( "../mantis/constant_inc.php" );
require( "../mantis/config_inc.php" );
require( "../mantis/core_database_API.php" );
require( "../mantis/core_user_API.php" );
require( "../mantis/core_print_API.php" );
require( "../mantis/core_helper_API.php" );
require( "../mantis/core_proj_user_API.php" );
# --------------------
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.