make the path be taken from 'n' instead of 'p' so that it's the same as
[platal.git] / include / xnet / session.inc.php
index 147fab8..388dee1 100644 (file)
@@ -100,8 +100,8 @@ class XnetSession
         S::kill('loginX');
         Get::kill('auth');
         Get::kill('uid');
-        $path = Get::v('p');
-        Get::kill('p');
+        $path = Get::v('n');
+        Get::kill('n');
         Get::kill('PHPSESSID');
 
         $args = array();