GilliGan
[ class tree: GilliGan ] [ index: GilliGan ] [ all elements ]

Source for file settings.inc.php

Documentation is available at settings.inc.php

  1. <?
  2.   /**
  3.    * @package GilliGan
  4.    */
  5.  
  6.   /**
  7.    * The e-mailadress of the system admin for recognizing system errors.
  8.    */
  9.   define"ADMINEMAIL""errorlogs@debakel.net" );
  10.  
  11.   /**
  12.    * Possible values are:
  13.    *
  14.    * - MYSQLDUMP
  15.    * - PHP
  16.    */
  17.   define"MYSQL_DUMP_KIND""MYSQLDUMP" );
  18.  
  19.   /**
  20.    *
  21.    */
  22.   define"PATH2MYSQLDUMP""/usr/bin/" );
  23.  
  24.   /**
  25.    * Possible values are:
  26.    *
  27.    * - MYSQL
  28.    * - PHP
  29.    */
  30.   define"MYSQL_IMPORT_KIND""PHP" );
  31.  
  32.   /**
  33.    *
  34.    */
  35.   define"PATH2MYSQL""/usr/bin/" );
  36.  
  37.   /**
  38.    *
  39.    */
  40.   include_once CLASSPATH."DebuggingSettings.inc.php";
  41. ?>

Documentation generated on Thu, 05 Jun 2008 19:15:05 +0200 by phpDocumentor 1.4.1