cvs: php-gtk-web / index.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1143582393@cvsserver> |
sfox Tue Mar 28 21:46:33 2006 UTC
Modified files:
/php-gtk-web index.php
Log:
- Hide updates.php for now
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.105&r2=1.106&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.105 php-gtk-web/index.php:1.106
--- php-gtk-web/index.php:1.105 Mon Mar 27 13:08:09 2006
+++ php-gtk-web/index.php Tue Mar 28 21:46:32 2006
@@ -1,18 +1,23 @@
<?php
/*
- * $Id: index.php,v 1.105 2006/03/27 13:08:09 sfox Exp $
+ * $Id: index.php,v 1.106 2006/03/28 21:46:32 sfox Exp $
*/
// Start output buffering in order to grab the data from the documentation
// CVS updates file (that is echoed when included) and save to a variable
// instead of echoing it right away.
-ob_start();
-?>
+// ob_start();
+// ?>
<div id="docsupdates">
<h3>Docs Updates</h3>
-<?php
-include_once 'manual/en/updates.php';
-?>
+<p>
+<!-- <?php -->
+Docs updates are currently offline.
+<br />
+<br />
+Watch this space!
+<!-- ?> -->
+</p>
</div>
<?php
$RIGHT_SIDEBAR_DATA = ob_get_clean();