Correction define

This commit is contained in:
Michael RICOIS 2012-02-01 14:26:39 +00:00
parent a06e4f4785
commit e1ec08be89

View File

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