db-conf.php 431 B

1234567891011
  1. <?php
  2. /* This file is only needed during upgrades when we need the database parameters from /etc/airtime/airtime.conf.
  3. * The reason we don't just use conf.php is because conf.php may try to load configuration parameters that aren't
  4. * yet available because airtime.conf hasn't been updated yet. This situation ends up throwing a lot of errors to stdout.
  5. * airtime*/
  6. require_once("conf.php");
  7. $CC_CONFIG = Config::getConfig();