diff options
Diffstat (limited to 'demos/quickstart/protected/pages/ViewSource.php')
| -rw-r--r-- | demos/quickstart/protected/pages/ViewSource.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ViewSource.php b/demos/quickstart/protected/pages/ViewSource.php index 4ac2c816..65cefa70 100644 --- a/demos/quickstart/protected/pages/ViewSource.php +++ b/demos/quickstart/protected/pages/ViewSource.php @@ -60,6 +60,7 @@ class ViewSource extends TPage  		}
  		$this->SourceView->Text=highlight_string(file_get_contents($this->_fullPath),true);
 +		//$this->SourceView->Text=file_get_contents($this->_fullPath);
  	}
  }
  | 
