Update readFiles method in SapFileController to change the directory path for file access
This commit is contained in:
@@ -30,7 +30,7 @@ class SapFileController extends Controller
|
||||
public function readFiles()
|
||||
{
|
||||
|
||||
$path = "/srv/pds.iotsignin.com/www/out/";
|
||||
$path = "/var/www/";
|
||||
|
||||
$isDir = is_dir($path);
|
||||
$isReadable = is_readable($path);
|
||||
|
||||
Reference in New Issue
Block a user