debug var

This commit is contained in:
Chris
2020-01-08 10:31:07 +01:00
parent 3c7e8bea7c
commit dd0d274ab1
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class AltfolderStorage implements StorageController
return file_exists($altname);
}
function getItems()
function getItems($dev=false)
{
$rii = new RecursiveIteratorIterator(new RecursiveDirectoryIterator(ALT_FOLDER.DS));
$files = array();