Plugin Directory

Changeset 230535


Ignore:
Timestamp:
04/18/2010 05:15:57 PM (16 years ago)
Author:
eriksef
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • really-static/trunk/php/configupdate.php

    r222599 r230535  
    183183    }
    184184    if ($_POST ["strid2"] =="rs_logfile") {
    185         global $logfile;
    186         $fh = @fopen($logfile, "w+");
     185        $fh = @fopen(LOGFILE, "w+");
    187186        @fwrite($fh,"<pre>");
    188187        @fclose($fh);
Note: See TracChangeset for help on using the changeset viewer.