mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
remove dead code
This commit is contained in:
parent
51bb637411
commit
a371f5cab5
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ class View
|
|||
}
|
||||
foreach (new GlobIterator($dir . '*.php') as $tplFile) {
|
||||
if ($tplFile->getRealPath() === $path) {
|
||||
$templatesInPath = new GlobIterator(PATH . 'tpl' . DIRECTORY_SEPARATOR . '*.php');
|
||||
extract($this->_variables);
|
||||
include $path;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue