refs #299,#36,#40,#37,#33 closed
This commit is contained in:
@@ -35,6 +35,10 @@ public class SOMConfig {
|
||||
public static final int COUNTDOWN_COUNTER = 3;
|
||||
// Images per Page in the Gallery
|
||||
public static final int IMAGES_PER_PAGE = 9;
|
||||
// Limot of Parallel Uploads
|
||||
public static final int PARALLEL_UPLOADS = 10;
|
||||
// Cloud Credentials
|
||||
public static final String CLOUD_CREDENTIALS = "upload:geheim";
|
||||
// Make the Scaling Algorithm switchable
|
||||
public static final int SCALING_GRAPHICS_2D = 0;
|
||||
public static final int SCALING_IMAGE_ICON = 1;
|
||||
@@ -70,7 +74,7 @@ public class SOMConfig {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
private static String getEventPicDir() {
|
||||
public static String getEventPicDir() {
|
||||
// get current Date in String for Upload-dir
|
||||
Calendar cal = Calendar.getInstance();
|
||||
DateFormat df = new SimpleDateFormat("yyyy/MM/dd");
|
||||
|
||||
Reference in New Issue
Block a user