svnno****@sourc*****
svnno****@sourc*****
2010年 10月 26日 (火) 20:07:38 JST
Revision: 2096 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2096 Author: dhrname Date: 2010-10-26 20:07:38 +0900 (Tue, 26 Oct 2010) Log Message: ----------- successという文字を表示できるように改良 Modified Paths: -------------- trunk/build.php Modified: trunk/build.php =================================================================== --- trunk/build.php 2010-10-26 10:54:07 UTC (rev 2095) +++ trunk/build.php 2010-10-26 11:07:38 UTC (rev 2096) @@ -2,8 +2,6 @@ <head><title>accesslog.php</title></head> <body> <?php -print(date("Y/m/d H:i:s ") . "<br /> \n"); -print("<p> access log : </p> \n"); $filelist = array("org/w3c/core.js", "org/w3c/dom/events.js", "org/w3c/dom/stylesheet.js", "org/w3c/dom/css.js", "org/w3c/dom/smil.js", "org/w3c/dom/svg.js"); $s = ""; foreach ($filelist as $file) { @@ -15,6 +13,7 @@ } $s = $matches[0] .$s; file_put_contents("sie.js", $s); +echo "success!"; ?> </body> </html> \ No newline at end of file