Changeset 230535
- Timestamp:
- 04/18/2010 05:15:57 PM (16 years ago)
- File:
-
- 1 edited
-
really-static/trunk/php/configupdate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
really-static/trunk/php/configupdate.php
r222599 r230535 183 183 } 184 184 if ($_POST ["strid2"] =="rs_logfile") { 185 global $logfile; 186 $fh = @fopen($logfile, "w+"); 185 $fh = @fopen(LOGFILE, "w+"); 187 186 @fwrite($fh,"<pre>"); 188 187 @fclose($fh);
Note: See TracChangeset
for help on using the changeset viewer.