Changeset 6460 for temp


Ignore:
Timestamp:
2006/10/18 16:03:48 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/module.php

    r6459 r6460  
    5959// ³ÈÄ¥¥Õ¥¡¥¤¥ë¤Î¥Ð¡¼¥¸¥ç¥ó³Îǧ 
    6060$path = HTML_PATH . "admin/downloads/module/";// . $objPage->arrUpdate[0]['main_php']; 
    61 if(file_exists($path)) { 
    62     $src_fp = fopen($path, "rb"); 
     61$src_fp = fopen($path, "rb"); 
    6362    while (!feof($src_fp)) { 
    6463        $line = fgets($src_fp); 
     
    6968    } 
    7069    fclose($src_fp); 
    71 } 
     70 
    7271 
    7372$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.