[or-cvs] r16888: {torstatus} Fixing incorrect HSDir variable handling (torstatus/trunk/web)

kasimir at seul.org kasimir at seul.org
Sat Sep 13 05:05:38 UTC 2008


Author: kasimir
Date: 2008-09-13 01:05:38 -0400 (Sat, 13 Sep 2008)
New Revision: 16888

Modified:
   torstatus/trunk/web/index.php
Log:
Fixing incorrect HSDir variable handling

Modified: torstatus/trunk/web/index.php
===================================================================
--- torstatus/trunk/web/index.php	2008-09-13 04:52:06 UTC (rev 16887)
+++ torstatus/trunk/web/index.php	2008-09-13 05:05:38 UTC (rev 16888)
@@ -1062,7 +1062,7 @@
 	}
 	if (isset($_SESSION["FHSDir"]))
 	{
-		$FV2Dir = $_SESSION["FHSDir"];
+		$FHSDir = $_SESSION["FHSDir"];
 	}
 	if (isset($_SESSION["CSField"]))
 	{



More information about the tor-commits mailing list