Возможность получить старый path нахождения аттачей или аватар используя одну функцию

This commit is contained in:
PheRum 2014-11-06 12:38:57 +03:00
commit dd6e9aed8e
17 changed files with 113 additions and 103 deletions

View file

@ -1,4 +1,7 @@
<?php
if (!defined('BB_ROOT')) die(basename(__FILE__));
/**
* Automatic correction of the language for words in the text because of the wrong keyboard layout
* Автоматическое исправление языка для слов в тексте из-за неправильной раскладки клавиатуры

View file

@ -1,4 +1,7 @@
<?php
if (!defined('BB_ROOT')) die(basename(__FILE__));
/**
* A class for validating method parameters to allowed types via reflection.
*

View file

@ -1,5 +1,7 @@
<?php
if (!defined('BB_ROOT')) die(basename(__FILE__));
class sitemap
{
var $home = '';

View file

@ -1,4 +1,7 @@
<?php
if (!defined('BB_ROOT')) die(basename(__FILE__));
/**
* PHP5 UTF-8 is a UTF-8 aware library of functions mirroring PHP's own string functions.
*