Update Ip Printer Label Sampling Baliv2
This commit is contained in:
parent
d449975a54
commit
dcb1981e70
@ -11,9 +11,9 @@ class PrintLabel extends BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function printerSampling() {
|
public function printerSampling() {
|
||||||
exec('net use S: \\\\10.148.5.68\\Labelshare /user:Administrator 2>&1', $output, $return_var);
|
exec('net use K: \\\\10.148.5.68\\Labelshare /user:Administrator 2>&1', $output, $return_var);
|
||||||
$pathNetworkFolder = 'S:/Sampling_Labels/';
|
$pathNetworkFolder = 'K:/Sampling_Labels/';
|
||||||
$letterPath = 'S:';
|
$letterPath = 'K:';
|
||||||
return array($pathNetworkFolder, $letterPath);
|
return array($pathNetworkFolder, $letterPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user