diff options
| author | spiderr <spider@viovio.com> | 2014-02-07 17:05:05 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-02-07 17:05:05 -0500 |
| commit | 777119a86c6f06c5da74d025adc9bc1ef82f91b2 (patch) | |
| tree | c270f5c766418cee580573fd5aba96755ab805cf | |
| parent | 5f9e637f336da5d59cdb81fafbe28180665c0165 (diff) | |
| download | kernel-777119a86c6f06c5da74d025adc9bc1ef82f91b2.tar.gz kernel-777119a86c6f06c5da74d025adc9bc1ef82f91b2.tar.bz2 kernel-777119a86c6f06c5da74d025adc9bc1ef82f91b2.zip | |
metaNoIndex on fatalError pages
| -rw-r--r-- | BitSystem.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BitSystem.php b/BitSystem.php index 3b1d9b3..4ef7f16 100644 --- a/BitSystem.php +++ b/BitSystem.php @@ -972,6 +972,7 @@ class BitSystem extends BitSingleton { if( $gBitThemes->isAjaxRequest() ) { $gBitSmarty->display( 'bitpackage:kernel/'.$pTemplate ); } else { + $gBitSmarty->assign( 'metaNoIndex', 1 ); $this->display( $pTemplate ); } die; |
