Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas
This commit is contained in:
commit
51c80bc033
5 changed files with 96 additions and 8 deletions
|
@ -1,11 +1,5 @@
|
|||
<?php
|
||||
|
||||
// Define path to application directory
|
||||
defined('APPLICATION_PATH')
|
||||
|| define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../../../install_minimal/../airtime_mvc/application'));
|
||||
//include index.php so we can use propel classes
|
||||
require_once APPLICATION_PATH.'/../public/index.php';
|
||||
|
||||
require_once 'DbUpgrade.php';
|
||||
require_once 'StorageQuotaUpgrade.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue