Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-06-01 11:45:36


Author: grafik
Date: 2008-06-01 11:45:36 EDT (Sun, 01 Jun 2008)
New Revision: 46014
URL: http://svn.boost.org/trac/boost/changeset/46014

Log:
Slightly better missing page error.
Text files modified:
   website/public_html/beta/common/code/boost_archive.php | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/common/code/boost_archive.php
==============================================================================
--- website/public_html/beta/common/code/boost_archive.php (original)
+++ website/public_html/beta/common/code/boost_archive.php 2008-06-01 11:45:36 EDT (Sun, 01 Jun 2008)
@@ -503,7 +503,7 @@
         # know how to deal with the file. It would be good to give a better
         # error in those cases.
 
- print '<h1>404 Not Found</h1><p>File not found.</p>';
+ print '<h1>404 Not Found</h1><p>File "' . $this->file_ . '"not found.</p>';
     }
 }
 ?>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk