Merge pull request #7 from luckyjay/master
Change to PNG as default output
This commit is contained in:
commit
4abd000917
@ -63,7 +63,8 @@ class http2pic
|
|||||||
switch($this->params['type'])
|
switch($this->params['type'])
|
||||||
{
|
{
|
||||||
case 'png': $this->params['type'] = 'png'; break;
|
case 'png': $this->params['type'] = 'png'; break;
|
||||||
default: $this->params['type'] = 'jpg';
|
case 'jpg': $this->params['type'] = 'jpg'; break;
|
||||||
|
default: $this->params['type'] = 'png';
|
||||||
}
|
}
|
||||||
|
|
||||||
//validate timeout
|
//validate timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user