Cleaned up conf.php to make it more obvious what a user should change and what they shouldnt.

Removed old code that isnt used anymore.

Changed the login screen to use config variables for AIRTIME_VERSION.
This commit is contained in:
Paul Baranowski 2011-03-03 18:08:51 -05:00
parent c9c47c7d5f
commit 7b58f3563f
13 changed files with 37 additions and 1131 deletions

View file

@ -1,4 +1,7 @@
<?php
echo "This file is currently not working. Try again in the next version. :) \n";
exit;
define('NSPACE', 'lse');
define('VERBOSE', FALSE);
#define('VERBOSE', TRUE);