Changeset 3546 for temp/trunk/html


Ignore:
Timestamp:
2006/08/31 19:58:24 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3423 r3546  
    3636    // ¥â¥¸¥å¡¼¥ë·´¤Î¥¤¥ó¥¹¥È¡¼¥ë 
    3737    lfInstallModule(); 
     38    header("Location: " . $_SERVER['PHP_SELF']); 
    3839    break; 
    3940// ¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë 
     
    4344    // ¥â¥¸¥å¡¼¥ë·´¤Î¥¤¥ó¥¹¥È¡¼¥ë    
    4445    lfUninstallModule(); 
     46    header("Location: " . $_SERVER['PHP_SELF']); 
    4547    break; 
    4648default: 
Note: See TracChangeset for help on using the changeset viewer.