cvs: php-gtk-web / index.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1144493745@cvsserver> |
sfox Sat Apr 8 10:55:45 2006 UTC
Modified files:
/php-gtk-web index.php
Log:
Display manual updates once more
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.109&r2=1.110&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.109 php-gtk-web/index.php:1.110
--- php-gtk-web/index.php:1.109 Tue Mar 28 22:47:03 2006
+++ php-gtk-web/index.php Sat Apr 8 10:55:45 2006
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: index.php,v 1.109 2006/03/28 22:47:03 sfox Exp $
+ * $Id: index.php,v 1.110 2006/04/08 10:55:45 sfox Exp $
*/
// Start output buffering in order to grab the data from the documentation
@@ -11,10 +11,9 @@
<div id="docsupdates">
<h3>Docs Updates</h3>
<p>
-Docs updates are currently offline.
-<br />
-<br />
-Watch this space!
+<?php
+include_once 'manual/en/updates.php';
+?>
</p>
</div>
<?php