define ENV
This commit is contained in:
parent
66142be518
commit
101ab6dc5f
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user