[med-svn] r702 - in trunk/community/website: . inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 13 15:04:46 UTC 2007


Author: hanska-guest
Date: 2007-10-13 15:04:46 +0000 (Sat, 13 Oct 2007)
New Revision: 702

Modified:
   trunk/community/website/bug_details.tmpl
   trunk/community/website/inc/locale.inc.php
Log:
Fixing paths


Modified: trunk/community/website/bug_details.tmpl
===================================================================
--- trunk/community/website/bug_details.tmpl	2007-10-13 14:55:04 UTC (rev 701)
+++ trunk/community/website/bug_details.tmpl	2007-10-13 15:04:46 UTC (rev 702)
@@ -1,4 +1,5 @@
 <?php
+ini_set("include_path", ini_get("include_path").":../");
 require_once("inc/header.inc.php");
 ?>
 <table class="columns">

Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2007-10-13 14:55:04 UTC (rev 701)
+++ trunk/community/website/inc/locale.inc.php	2007-10-13 15:04:46 UTC (rev 702)
@@ -42,7 +42,7 @@
 // let's sort them by priority, highest first
 krsort($langs);
 
-if ($fp = fopen("./inc/locales.txt", "r")) {
+if ($fp = fopen("/var/lib/gforge/chroot/home/groups/debian-med/htdocs/inc/locales.txt", "r")) {
 	while (!feof($fp)) {
 		$raw .= fgets($fp, 4096);
 	}




More information about the debian-med-commit mailing list