Added global define for application name
This commit is contained in:
parent
3046003a1b
commit
62a915f109
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
define('APPLICATION_NAME' , 'Airtime');
|
||||
|
||||
define('AIRTIME_COPYRIGHT_DATE' , '2010-2012');
|
||||
define('AIRTIME_REST_VERSION' , '1.1');
|
||||
define('AIRTIME_API_VERSION' , '1.1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue