Author: dpage
Date: 2006-01-17 13:31:26 +0000 (Tue, 17 Jan 2006)
New Revision: 4909

Modified:
   trunk/www/support/faq.php
Log:
Correct path for the FAQ


Modified: trunk/www/support/faq.php
===================================================================
--- trunk/www/support/faq.php   2006-01-17 13:28:26 UTC (rev 4908)
+++ trunk/www/support/faq.php   2006-01-17 13:31:26 UTC (rev 4909)
@@ -13,7 +13,7 @@
 
 '; 
 
-$file = "../faq/index.php";
+$file = "../pgadmin3/faq/index.php";
 if (file_exists($file))
   $PAGE_CONTENT .= file_get_contents($file);
 


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to