14 lines
322 B
PHP
14 lines
322 B
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.
|
|
*/
|
|
return array(
|
|
|
|
'name'=>'Unit',
|
|
'email_support'=>'support@unit-org.ru', //support@unit-org.ru
|
|
'number'=>'8800'
|
|
);
|