[go: up one dir, main page]

Menu

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

Download this file

16 lines (13 with data), 468 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?
#
# 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 = "/home/groups/s/si/simple/htdocs";
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");
?>