sintonia/install/upgrades/airtime-1.9/airtime-upgrade.php

18 lines
576 B
PHP

<?php
/**
* @package Airtime
* @subpackage StorageServer
* @copyright 2010 Sourcefabric O.P.S.
* @license http://www.gnu.org/licenses/gpl.txt
*/
set_include_path(__DIR__.'/../../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
require_once __DIR__.'/../../../airtime_mvc/application/configs/conf.php';
require_once(dirname(__FILE__).'/../../include/AirtimeInstall.php');
require_once(dirname(__FILE__).'/../../include/AirtimeIni.php');
unlink('/usr/bin/airtime-pypo-start');
unlink('/usr/bin/airtime-pypo-stop');
AirtimeInstall::CreateZendPhpLogFile();