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

Source for file bug3590-input.php

Documentation is available at bug3590-input.php

  1. <?php
  2.  
  3. $conf['mysql'= array(
  4.         'user'     => 'croooow',
  5.         'password' => 'coolrobot',
  6.         'host'     => 'localhost',
  7.         'database' => 'deep13'
  8.         );
  9.  
  10. $conf['emergencyemails'= array(
  11.         'joel@example.org',
  12.         'cambot@example.org'
  13.         );
  14.  
  15. ?>

Documentation generated on Mon, 11 Mar 2019 15:42:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.