mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
remove dead code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user