Update of /cvsroot/boost/website/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14732/doc

Modified Files:
        display.php 
Log Message:
Disable webnotes until we can get the DB working on the Boost server.

Index: display.php
===================================================================
RCS file: /cvsroot/boost/website/doc/display.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- display.php 7 Feb 2006 06:15:10 -0000       1.8
+++ display.php 24 Jul 2006 04:47:37 -0000      1.9
@@ -3,7 +3,7 @@
 
 $_file = new archive_file('/^[\/]([^\.\/]+)[\/](.*)$/',$_SERVER["PATH_INFO"]);
 
-if (!$_file->is_raw()) { require dirname(__FILE__) . 
'/../common/code/webnotes.php';
+if (!$_file->is_raw()) { #~ require dirname(__FILE__) . 
'/../common/code/webnotes.php';
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
@@ -14,7 +14,7 @@
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-doc.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: 
url(/style/csshover.htc); } </style> <![endif]-->
-  <?php pwn_head(); ?>
+  <?php #~ pwn_head(); ?>
 </head>
 
 <body>
@@ -36,7 +36,7 @@
         <div class="section" id="notes">
           <div class="section-0">
             <div class="section-body">
-              <?php pwn_body($_file->key_,$_SERVER['PHP_SELF']); ?>
+              <?php #~ pwn_body($_file->key_,$_SERVER['PHP_SELF']); ?>
             </div>
           </div>
         </div>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to