CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation

moving constants in conf.php to constants.php
This commit is contained in:
Naomi 2011-05-19 14:27:30 -04:00
parent e7589f6007
commit a2ec9b4d10
5 changed files with 11 additions and 9 deletions

View file

@ -1,5 +1,9 @@
<?php
define('AIRTIME_VERSION', '1.8.2');
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_REST_VERSION', '1.1');
// Metadata Keys
define('UI_MDATA_KEY_TITLE', 'dc:title');
define('UI_MDATA_KEY_CREATOR', 'dc:creator');