Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
return true;
$create_path ="";
$source_path = $config['basedir']."images/".$source_collection_name."/".$source_album_name;
$target_path = $config['basedir']."images/".$target_collection_name."/".$source_album_name;
$final_fqfn = $config["basedir"].'images/'.$create_path.'/'.$final_filename;
$final_fqfn = $config["basedir"].'images/'.$final_filename;
$directory = SmartStripSlashes($album['collection_path'])."/".SmartStripSlashes($album['album_path'])."/";
$directory = "/";
$full_path = realpath($config['basedir'] . 'images/' . $picture['path']);
$full_path = realpath($config['basedir'] . 'images' . $picture['path']);
$source_path = $config['basedir'] . "images/".$source_collection_name."/".$source_album_name;
$target_path = $config['basedir'] . "images/".$source_collection_name."/".$target_name;
$source_path = $config['basedir'] . "images/";
$target_path = $config['basedir'] . "images/";
$new_path = $source_collection_name."/".$target_name."/".$filename;
new_path = "/".$filename;
1 to 10 of 10