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:
parent
e7589f6007
commit
a2ec9b4d10
5 changed files with 11 additions and 9 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue