Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 731, Sat Sep 23 13:21:20 2006 UTC | revision 732, Sat Sep 23 23:42:50 2006 UTC | |
|---|---|---|
| # | Line 316 | Line 316 |
| 316 | $f = @fopen($this->rootPath.'/configuration.php','rb'); | $f = @fopen($this->rootPath.'/configuration.php','rb'); |
| 317 | if ($f) { | if ($f) { |
| 318 | while ($f AND !feof($f)) { | while ($f AND !feof($f)) { |
| 319 | $line = fgets($f, 256); | $line = fgets($f); |
| 320 | $altered = str_replace('$', '$this->', $line); | $altered = str_replace('$', '$this->', $line); |
| 321 | if ($altered != $line) $code .= $altered; | if ($altered != $line) $code .= $altered; |
| 322 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

