Apache のドキュメントルート / に対し,ディレクトリ
に,Motion 画像を表示する index.phtml をつくる:
Remote Camera
video files stored
";
if( $dh = opendir( $dir ) ) {
while ( ( $file = readdir( $dh ) ) !== false ) {
if( strcmp($file, "..") * strcmp($file, ".") != 0 ){
print $file." ";
}
}
closedir( $dh );
}
print "
|
Update
|
|