Posted by kurt.krueckeberg on 07/06/07 11:28
The second line of this script
<?php
// current directory
echo getcwd() . "<br />";
print ( exec("ls *.*") );
?>
should display the names of the four files (it does in an ssh session)
which are located in public_html, but instead it displays just one
filename, that of this script.
I don't understand why?
Navigation:
[Reply to this message]
|