I am trying to Add an interface for the Web/Mysql to make an Intranet. I have run across 4 lines of code that are fustrating me a lot. Anyone know how to access the Command Shell on this units. I have an LS-QV8.0tl/R5 Thanks in advance whom ever can help
milieu Here is the code I need to run.
For diagnostics can you run the following from a shell on your NAS?
Create x.php as per cat output:
[bozz@foss owl-intranet]$ cat x.php
< ?php
$default = new stdClass();
$default->owl_fs_root = "/mnt/array1/intranet";
print_r($default);
[bozz@foss owl-intranet]$ php x.php
stdClass Object
(
[owl_fs_root] => /mnt/array1/intranet
)