gloventRehan

Results 3 comments of gloventRehan

Also, just my 2 cents. If your interval directly specifies the TIME block (if looking at the Text Parser diagram) and you set later.js to be in UTC. Then any...

Hi, I am interested, can you please share a link. See just the Readme on you GitHub

That is correct so Line 150 becomes: `if(!file_exists($options['uploadDir']) && !is_dir($options['uploadDir']) && mkdir($options['uploadDir'], 0750, true)){` Line 154 becomes: `if(!is_writable($options['uploadDir'])) chmod($options['uploadDir'], 0750);` Also note in Line 154 the @ sign is removed,...