svn: web/doc/trunk/include/
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
philip Wed, 15 Jul 2009 02:16:41 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284095
Changed paths:
U web/doc/trunk/include/lib_general.inc.php
Log:
disabled the RFC section (as we don't use it)
Modified: web/doc/trunk/include/lib_general.inc.php
===================================================================
--- web/doc/trunk/include/lib_general.inc.php 2009-07-15 01:47:29 UTC (rev 284094)
+++ web/doc/trunk/include/lib_general.inc.php 2009-07-15 02:16:41 UTC (rev 284095)
@@ -182,12 +182,12 @@
{
$links = array(
'subsite-homepage' => BASE_URL .'/',
- 'request-for-comments' => BASE_URL .'/rfc/rfc-overview.php',
+// 'request-for-comments' => BASE_URL .'/rfc/rfc-overview.php',
'userlist' => BASE_URL .'/users.php',
);
- if (strpos($_SERVER['REQUEST_URI'], 'rfc') !== false) {
- $links['submit-rfc'] = BASE_URL .'/rfc/rfc-proposal-edit.php';
- }
+// if (strpos($_SERVER['REQUEST_URI'], 'rfc') !== false) {
+// $links['submit-rfc'] = BASE_URL .'/rfc/rfc-proposal-edit.php';
+// }
if (in_array(SITE, array('gtk', 'pear', 'php'))) {
$links['rev-check'] = BASE_URL .'/revcheck.php';
}