This commit is contained in:
2018-10-17 11:14:36 +03:00
parent 75a35947e5
commit 04d60d7e2c
2716 changed files with 431449 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?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'
);
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* Created by PhpStorm.
* User: andrey
* Date: 14.04.16
* Time: 18:57
*/
return array(
'host' => 'localhost',
'dbname' => 'db_prints',
'user' => 'mysql',
'password' => 'mysql',
);
// $db->exec('SET NAMES utf8'); //задаём кодировку ввода/вывода БД*/
?>
+12
View File
@@ -0,0 +1,12 @@
<?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(
'icecast_host' => 'dsk7681',
'icecast_ip' => '10.20.4.219',
'icecast_port' => '8000',
);
+15
View File
@@ -0,0 +1,15 @@
<?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(
'ldap_host' => 'LDAP_B7.RCCF.RU', //, LDAP_M1.RCCF.RU',
'ldap_port' => '389',
'ldap_base' => 'OU=Accounts, DC=rccf, DC=ru',
'ldap_filter' => 'sAMAccountName=',
'ldap_domain' => '@rccf.ru',
);
+70
View File
@@ -0,0 +1,70 @@
<?php
/**
* Created by PhpStorm.
* User: Andrey
* Date: 01.04.2016
* Time: 18:04
*/
return array(
'imgupload' => 'images/upload',
'user/login' => 'user/login',
'user/logout' => 'user/logout',
'printers' => 'printers/index',
'printer/add' => 'printers/add',
'printer/([0-9]+)' => 'printers/view/$1',
'printer/edit/([0-9]+)' => 'printers/edit/$1',
'cartriges/action' => 'cartriges/actions',
'cartriges/orders' => 'cartriges/orders',
'cartriges/reaction/([0-9]+)' => 'cartriges/reaction/$1',
'cartriges/add/public/([0-9]+)' => 'cartriges/public/$1',
'cartriges/add' => 'cartriges/add',
'cartriges/Zeroning' => 'cartriges/Zeroning',
'cartriges' => 'cartriges/index',
'phonebook/admactiv/([0-9]+)' => 'phonebook/activ/$1',
'phonebook/admsearch' => 'phonebook/admsearch',
'phonebook/admedit' => 'phonebook/edit',
'phonebook/admedit/([0-9]+)' => 'phonebook/edit/$1',
'phonebook/admdelete/([0-9]+)' => 'phonebook/delete/$1',
'phonebook/save' => 'phonebook/save',
'phonebook/update' => 'phonebook/update',
'phonebook/search' => 'phonebook/search',
'phonebook' => 'phonebook/index',
'unit/newactionrequest' => 'unit/newactionrequest',
'unit/actionrequest/([0-9]+)' => 'unit/actionrequest/$1',
'unit/actionrequest' => 'unit/actionrequest',
'unit/createrequest' => 'unit/createrequest',
'unit/requesttobase' => 'unit/requesttobase',
'unit/requests/page-([0-9]+)' => 'unit/index/$1',
'unit/requests' => 'unit/index',
'unit' => 'unit/index',
//'radio/statistics/([=0-9]+)' => 'radio/statistics',
//'radio/statistics/?_=([0-9]+)' => 'radio/statistics',
'radio/statistics' => 'radio/statistics',
'radio' => 'radio/index',
'' => 'site/index',
/*'product/([0-9]+)' => 'product/view/$1',
'catalog' => 'catalog/index',
'category/([0-9]+)/page-([0-9]+)' => 'catalog/category/$1/$2',
'category/([0-9]+)' => 'catalog/category/$1',
'cart/add/([0-9]+)' => 'cart/add/$1',
'cart/addAjax/([0-9]+)' => 'cart/addAjax/$1',
'cart' => 'cart/index',
'user/register' => 'user/register',
'user/login' => 'user/login',
'user/logout' => 'user/logout',
'cabinet/edit' => 'cabinet/edit',
'cabinet' => 'cabinet/index',
'contacts' => 'site/contact',
'news/([0-9]*)' => 'news/view',
'news' => 'news/index',
'articles' => 'articles/list',
'news/archive' => 'news/archive',
* 'news/([0-9]+)' => 'news/view/$1',
'news' => 'news/index', */
);