- install dir is renamed to install_minimal - virtualenv command is moved to install script. - need more work on install_full part
5 lines
157 B
PHP
5 lines
157 B
PHP
<?php
|
|
require_once(dirname(__FILE__).'/include/AirtimeIni.php');
|
|
require_once(dirname(__FILE__).'/include/AirtimeInstall.php');
|
|
|
|
AirtimeInstall::DirCheck();
|