#!/usr/bin/php
<?php
/* * ***************************************************************
 * Copyright © 2014 ICT Innovations Pakistan All Rights Reserved   *
 * Developed By: Nasir Iqbal                                       *
 * Website : http://www.ictinnovations.com/                        *
 * Mail : nasir@ictinnovations.com                                 *
 * *************************************************************** */

use ICT\Core\Program\Emailtofax;

// *************************************************************************
// Note: this script require a working database, so can't be included in RPM
// *************************************************************************

// remove sendmail and bin parent by .. / ..
chdir(dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'core');
include_once "Core.php";

$oProgram = new Emailtofax(null, array());
$oProgram->save();
$oProgram->deploy();
