[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
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 22010 2006-07-06 02:40:21Z 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 '/' 19 DEFINE("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. 25 DEFINE("APACHE_CACHE_DIR","/jpgraph_cache/"); 26 27 // Directory for TTF fonts. Must end with '/' 28 #DEFINE("TTF_DIR","/usr/local/fonts/ttf/"); 29 DEFINE("TTF_DIR",EGW_SERVER_ROOT."/projectmanager/inc/ttf-bitstream-vera-1.10/"); 30 31 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |