Explorar el Código

Restore authentication for generating the life-cycle charts in the right language.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2569 a333f486-631f-4898-b8df-5754b55c2be0
dflaven hace 12 años
padre
commit
e2775c8042
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/graphviz.php

+ 1 - 1
pages/graphviz.php

@@ -32,7 +32,7 @@ require_once(APPROOT.'/application/startup.inc.php');
 require_once(APPROOT.'/application/utils.inc.php');
 
 require_once(APPROOT.'/application/loginwebpage.class.inc.php');
-// LoginWebPage::DoLogin(); // Check user rights and prompt if needed
+LoginWebPage::DoLogin(); // Check user rights and prompt if needed
 
 /**
  * Escape a label (string) in a manner suitable for use with graphviz' DOT syntax