vps server changes
This commit is contained in:
@@ -164,7 +164,7 @@ public function tesThumb() {
|
||||
set_time_limit(9899999999999999);
|
||||
$dat = $this->file;
|
||||
#$in = public_path() . "/b"; // webm-input
|
||||
$in = "/home/sirx/web/devw0bm/w0bm.com/public/b";
|
||||
$in = "/home/w0bm/w0bm/public/b";
|
||||
$out = public_path() . "/thumbs/beta"; //thumb-output
|
||||
$tmpdir = str_replace("public", "app/Http/Controllers/tmp", public_path());
|
||||
|
||||
@@ -192,7 +192,7 @@ public function blurryThumb() {
|
||||
set_time_limit(9899999999999999);
|
||||
$dat = $this->file;
|
||||
#$in = public_path() . "/b"; // webm-input
|
||||
$in = "/home/sirx/web/devw0bm/w0bm.com/public/b";
|
||||
$in = "/home/w0bm/w0bm/public/b";
|
||||
$out = public_path() . "/thumbs/blurred"; //thumb-output
|
||||
$tmpdir = str_replace("public", "app/Http/Controllers/tmp", public_path());
|
||||
|
||||
|
Reference in New Issue
Block a user