рефакторинг

This commit is contained in:
PheRum 2015-05-12 19:16:15 +03:00
commit a35e757b5e
3 changed files with 1 additions and 5 deletions

View file

@ -940,7 +940,7 @@ class Template
* Compiles the given string of code, and returns the result in a string.
* If "do_not_echo" is true, the returned code will not be directly executable,
* but can be used as part of a variable assignment for use in assign_code_from_handle().
* This function isn't used and kept only for compatibility with original template.php
* This function isn't used and kept only for compatibility with original Template.php
*/
function compile($code, $do_not_echo = false, $retvar = '')
{

View file

@ -1,9 +1,5 @@
<?php
if (!defined('BB_ROOT'))
{
die(basename(__FILE__));
}
class Upload
{