home/islapiiu/sites/magnoliya/class/DefaultData.php 0000644 00000001010 15077036302 0016411 0 ustar 00 <?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of DefaultData
*
* @author W j K n``
*/
class DefaultData
{
const Host = 'sg1-ls7.a2hosting.com';
const Username = '[email protected]';
const Password = '~y]cu9v;~WYy';
const Port = 465;
public function getDeliveryCharges()
{
return 250;
}
} |