14 lines
314 B
PHP
14 lines
314 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@test.ru', //support@test.ru
|
|
'number'=>'8800'
|
|
);
|