comparison install/step1.php @ 47:a701aaf6d216

add: gen-thumbnail.sh
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 28 Jul 2009 18:48:32 +0900
parents 01a8fdc0cebb
children be9e4520cfec
comparison
equal deleted inserted replaced
46:3983b003ae40 47:a701aaf6d216
41 41
42 $exec_files = array( 42 $exec_files = array(
43 DO_RECORD, 43 DO_RECORD,
44 COMPLETE_CMD, 44 COMPLETE_CMD,
45 INSTALL_PATH."/getepg.php", 45 INSTALL_PATH."/getepg.php",
46 GEN_THUMBNAIL,
46 ); 47 );
47 48
48 echo "<p><b>ディレクトリのパーミッションチェック(777)</b></p>"; 49 echo "<p><b>ディレクトリのパーミッションチェック(777)</b></p>";
49 echo "<div>"; 50 echo "<div>";
50 foreach($rw_dirs as $value ) { 51 foreach($rw_dirs as $value ) {