Added global define for application name

This commit is contained in:
Duncan Sommerville 2014-11-06 11:57:05 -05:00
parent 3046003a1b
commit 62a915f109
1 changed files with 2 additions and 0 deletions

View File

@ -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');