source: contrib/ProjectManager/inc/jpgraph-1.5.2/src/jpgraph_dir.php @ 3594

Revision 3594, 1.3 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

  • Property svn:executable set to *
Line 
1<?php
2/*=======================================================================
3// File:        JPGRAPH_DIR.PHP
4// Description: Specification of file directories for JpGraph
5// Created:     22/11/2001
6// Author:      Johan Persson (johanp@aditus.nu)
7// Ver:         $Id: jpgraph_dir.php 22009 2006-07-06 02:39:11Z ralfbecker $
8//
9// License:     This code is released under GPL 2.0
10// Copyright (C) 2001 Johan Persson
11//========================================================================
12*/
13
14//------------------------------------------------------------------
15// Manifest Constants that control varius aspect of JpGraph
16//------------------------------------------------------------------
17// The full absolute name of directory to be used as a cache. This directory MUST
18// be readable and writable for PHP. Must end with '/'
19DEFINE("CACHE_DIR","/tmp/jpgraph_cache/");
20
21// The URL relative name where the cache can be found, i.e
22// under what HTTP directory can the cache be found. Normally
23// you would probably assign an alias in apache configuration
24// for the cache directory.
25DEFINE("APACHE_CACHE_DIR","/jpgraph_cache/");
26
27// Directory for TTF fonts. Must end with '/'
28#DEFINE("TTF_DIR","/usr/local/fonts/ttf/");
29DEFINE("TTF_DIR",EGW_SERVER_ROOT."/projectmanager/inc/ttf-bitstream-vera-1.10/");
30
31?>
Note: See TracBrowser for help on using the repository browser.