[go: up one dir, main page]

Menu

[r33]: / trunk / common.php  Maximize  Restore  History

Download this file

17 lines (14 with data), 486 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?
#
# This file uses the "libs" directory as a store for all
# library functions that are used by the site. This is
# used so that the use of common functions is coupled
# only to a single PHP script which hides paths & names.
#
$ROOT_PATH = "/var/www/php";
require("$ROOT_PATH/libs/toolbox.php");
require("$ROOT_PATH/libs/version.php"); # requires toolbox.php
require("$ROOT_PATH/libs/database.php");
require("$ROOT_PATH/libs/template.php");
require("$ROOT_PATH/libs/list.php");
?>