define ENV

This commit is contained in:
Michael RICOIS 2012-01-31 15:55:59 +00:00
parent 66142be518
commit 101ab6dc5f

View File

@ -1,5 +1,7 @@
#!/usr/bin/php
<?php
define('ENV', 'PRD');
// Define path to application directory
defined('APPLICATION_PATH')
|| define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application'));