bugfix: the slice page was broken when nobody is in slice
[plewww.git] / planetlab / includes / plc_login.php
index b8d5b63..8b3eb2a 100644 (file)
@@ -7,7 +7,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: plc_login.php 144 2007-03-28 07:52:20Z thierry $ $
+// $Id$ $
 //
 
 require_once 'plc_session.php';
@@ -20,7 +20,7 @@ if (!$plc->person) {
     $url .= "?" . $_SERVER['QUERY_STRING'];
   }
 
-  Header("Location: /db/login.php?url=" . urlencode($url));
+  Header("Location: /db/common/login.php?url=" . urlencode($url));
   exit();
 }