Skip to content
Snippets Groups Projects
Commit 58de0ea7 authored by Andrew Rudenets's avatar Andrew Rudenets
Browse files

При деплое удалять файлы deleteThis.php. Добавил все необходимые папки.

parent 84e2bbe3
Branches
Tags
No related merge requests found
Showing
with 134 additions and 5 deletions
~dev_rating/application/cache/
~dev_rating/application/logs/
~dev_rating/application/config/
~dev_rating/system/
~dev_rating/modules/kotwig/cache/
nbproject/
*.*~
/.project
......
<?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.
*/
<?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.
*/
<?php defined('SYSPATH') OR die('No direct access allowed.');
return array
(
'default' => array(
'type' => 'PDO',
'connection' => array(
/**
* The following options are available for PDO:
*
* string dsn Data Source Name
* string username database username
* string password database password
* boolean persistent use persistent connections?
*/
'dsn' => 'mysql:host=localhost;dbname=mmcs_rating',
'username' => 'mmcs_rating',
'password' => 'Pefnesdy',
'persistent' => FALSE,
'options' => array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8')
),
/**
* The following extra options are available for PDO:
*
* string identifier set the escaping identifier
*/
'table_prefix' => '',
'charset' => 'utf8',
'caching' => FALSE,
),
);
<?php defined('SYSPATH') or die('No direct script access.');
return array(
/*
* Настройки политики безопасности системы
*/
'securityPolicy' => array(
/*
* Политика безопасности для логина
*/
'login' => array(
'allowedSymbols' => 'alpha_dash', // Допустимые символы
),
/*
* Политика безопасности для пароля
*/
'password' => array(
'length' => '5', // Минимальная длина пароля
'requirements' => '0', // Требования к паролю (пока не реализовано)
'lifetime' => '0' // Время жизни пароля (пока не реализовано)
),
/*
* Восстановление доступа к аккаунту
*/
'restoring' => array(
'allowedForTeachers' => 'false',
'allowedForStudents' => 'true'
)
)
);
\ No newline at end of file
<?php defined('SYSPATH') or die('No direct script access.');
return array(
/**
* Twig Loader options
*/
'loader' => array(
'extension' => 'twig', // Extension for Twig files
'path' => 'views', // Path within cascading filesystem for Twig files
),
/**
* Twig Environment options
*
* http://twig.sensiolabs.org/doc/api.html#environment-options
*/
'environment' => array(
'auto_reload' => (Kohana::$environment == Kohana::DEVELOPMENT),
'autoescape' => TRUE,
'base_template_class' => 'Twig_Template',
'cache' => TWIGPATH.'cache',
'charset' => 'utf-8',
'optimizations' => -1,
'strict_variables' => FALSE,
),
/**
* Custom functions and filters
*
* 'functions' => array(
* 'my_method' => array('MyClass', 'my_method'),
* ),
*/
'functions' => array(),
'filters' => array(),
);
<?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.
*/
<?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.
*/
~dev_rating/modules/mpdf/vendor/mpdf/examples/alpha.gif

30.4 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/alpha.png

85.4 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/alpha3.png

8.39 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/bayeux1.jpg

126 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/bg.jpg

6.6 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/bgbarcode.png

2.92 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/bgrock.jpg

5.07 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/borders2FF.jpg

30.6 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/borders2IE.jpg

21.6 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/borders3FF.jpg

38.5 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/borders3IE.jpg

41.3 KiB

~dev_rating/modules/mpdf/vendor/mpdf/examples/borders4FF.jpg

49.8 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment