mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 05:28:01 +00:00
debug var
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user