| DIR: /home/islapiiu/sites/magnoliya/class/ |
| Current File : /home/islapiiu/sites/magnoliya/class/DefaultData.php |
<?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;
}
} |