Skip to content

Commit

Permalink
Changed default variables and added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Aug 16, 2012
1 parent af31598 commit eba06cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inc/setup/_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

function define_basic()
{
define(PRODUCT,'ESCan');
define(ORGANIZATION, 'The Engineering Student Council');
define(EMAIL, '[email protected]');
define(WEBSITE, 'http://escan.site90.com/escan');
define(DESCRIPTION, 'ESCan Description');
define(PRODUCT,'ESCan'); //Name of Product
define(ORGANIZATION, 'The Engineering Student Council'); //Name of Organization or Company
define(EMAIL, '[email protected]'); //Email seen by users when notified
define(WEBSITE, 'http://yoursite.com/'); //url of your site where this application is hosted
define(DESCRIPTION, 'ESCan Description'); //Description of the system
}


Expand Down

0 comments on commit eba06cf

Please sign in to comment.