/[libdata]/branches/paul/global_vars.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/paul/global_vars.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (show annotations)
Thu Mar 18 19:24:54 2004 UTC (20 years ago) by dpavlin
File size: 1212 byte(s)
updated to libdata 2.00

1 <?php
2 /*
3 Following are global scope parameters for the LibData system.
4
5 File name: global_vars.php
6 Institution: University of Minnesota
7 Last Modified: March 16, 2004
8 Modified By: Paul F. Bramscher <brams006@umn.edu>
9 */
10
11 // General globals
12 $GLOBAL_SYS_NAME = "LibData (v2.0)";
13 $GLOBAL_ADMIN_NAME = "System Administrator";
14 $GLOBAL_ADMIN_EMAIL = "admin@yourlibrary.edu";
15
16 // URL path information
17 $GLOBAL_RQS_URL = "http://yourlibrary.edu/libdata_pos/";
18 $GLOBAL_SCRIBE_URL = "http://yourlibrary.edu/libdata_pos/";
19 $GLOBAL_PUBLIC_URL = "http://yourlibrary.edu/libdata_pos/";
20 $GLOBAL_ADMIN_URL = "https://yourlibrary.edu/libdata_aos/";
21 $GLOBAL_AUTH_URL = "https://yourlibrary.umn.edu/libdata_aos/login.phtml";
22 $GLOBAL_NO_ACCESS = "no_access.phtml";
23
24 // Admininistrative include directory
25 $GLOBAL_ADMIN_INC = "include/";
26
27 // Header/footer/CSS
28 $GLOBAL_ADMIN_CSS = "include/libdata.css";
29 $GLOBAL_ADMIN_HEADER = "include/libdata_header.phtml";
30 $GLOBAL_ADMIN_FOOTER = "include/libdata_footer.phtml";
31
32 // Debugging PHP
33 // ini_set("error_reporting", E_ALL);
34 // ini_set("display_errors", "1");
35 ?>

  ViewVC Help
Powered by ViewVC 1.1.26